* intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic.
[official-gcc.git] / gcc / testsuite / gfortran.dg / compiler-directive_2.f
blobfcb1657b4ea5190774447b916ba1f0a7ccb43458
1 ! { dg-do compile { target i?86-*-* x86_64-*-* } }
2 ! { dg-require-effective-target ilp32 }
4 ! PR fortran/34112
6 ! Check for calling convention consitency
7 ! in procedure-pointer assignments.
9 subroutine test() ! { dg-error "fastcall and stdcall attributes are not compatible" }
10 cGCC$ attributes stdcall, fastcall::test
11 end subroutine test