[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr68937-3.c
blob6d8e40ff769dfdf9d20ad077b730e9e7e441f5bb
1 /* { dg-do compile { target { *-*-linux* && ia32 } } } */
2 /* { dg-options "-O2 -fpic -fno-plt -mregparm=3" } */
4 extern void bar (int, int, int);
6 void
7 foo (int a, int b, int c)
9 bar (a, b, c);
10 bar (a, b, c);
13 /* { dg-final { scan-assembler-not "jmp\[ \t\]*.bar@GOT" } } */