URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [compiler-directive_2.f] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile { target i?86-*-* x86_64-*-* } } ! { dg-require-effective-target ilp32 } ! ! PR fortran/34112 ! ! Check for calling convention consitency ! in procedure-pointer assignments. ! subroutine test() ! { dg-error "fastcall and stdcall attributes are not compatible" } cGCC$ attributes stdcall, fastcall::test end subroutine test
Go to most recent revision | Compare with Previous | Blame | View Log