Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pad-9.c
blob1faa64fe575ad24b4ad27c3163a65944e0e03b68
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=atom" } } */
3 /* { dg-options "-O2 -fomit-frame-pointer -march=atom" } */
4 /* { dg-final { scan-assembler-times "nop" 4 { target { ! x86_64-*-mingw* } } } } */
5 /* { dg-final { scan-assembler-times "nop" 2 { target x86_64-*-mingw* } } } */
6 /* { dg-final { scan-assembler-not "rep" } } */
8 extern void bar (void);
10 void
11 foo (int x)
13 if (x)
14 bar ();