2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr68937-1.c
blob897856bc590341573e6f88fb5a9cb1663d719047
1 /* { dg-do compile { target { *-*-linux* && ia32 } } } */
2 /* { dg-options "-O2 -fpic -fno-plt -mregparm=3" } */
4 extern void bar (int);
6 void
7 foo (int b)
9 bar (b);
10 bar (b);
13 /* { dg-final { scan-assembler "jmp\[ \t\]*.bar@GOT\\(%e(a|c|d)x\\)" } } */