2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pad-5b.c
blob0f7d5ffb03340fd720c69702730a4b4c7ec0fc2b
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 int
9 foo (int x, int y, int z)
11 return x + y + z;