1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* { dg-do compile } */ /* { dg-require-effective-target ia32 } */ /* { dg-options "-O2" } */ extern #ifdef _WIN32 __declspec (dllimport) #endif void foo (int a); void bar (int a) { return foo (a); } /* { dg-final { scan-assembler-not "jmp\[ \t\]*.%eax" } } */