Fortran: Add OpenMP 'interop' directive parsing support
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr47602.c
blob5ed1e1fd490cd894207e706f1965ec845fd7c959
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-require-effective-target fpic } */
4 /* { dg-options "-fPIC" } */
6 /* Test verifies that %ebx is no longer fixed when generating PIC code on i686. */
8 int a, b, c;
10 void
11 foo (void)
13 asm volatile ("movl $0,%%ebx" : : : "ebx");