PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / compiler-directive_2.f
blob79169a896ae6ca1a9a2bd7808da1ee817e2ea74c
1 ! { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }
3 ! PR fortran/34112
5 ! Check for calling convention consitency
6 ! in procedure-pointer assignments.
8 subroutine test() ! { dg-error "fastcall and stdcall attributes are not compatible" }
9 cGCC$ attributes stdcall, fastcall::test
10 end subroutine test