PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr66232-15.c
blob3d2f6da46b0487a8b0027842770ea85f8e53f716
1 /* { dg-do compile { target *-*-linux* } } */
2 /* { dg-options "-O2 -fno-pic -fno-plt" } */
4 extern void bar (void);
6 int
7 foo (void)
9 bar ();
10 return 0;
13 /* { dg-final { scan-assembler "call\[ \t\]*.bar@GOTPCREL" { target { ! ia32 } } } } */
14 /* { dg-final { scan-assembler "call\[ \t\]*.bar@GOT" { target { ia32 && got32x_reloc } } } } */