2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pad-7.c
blob90c4936acf2387dc2db07d905ad823d573b54d1a
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=atom" } } */
4 /* { dg-options "-O2 -fomit-frame-pointer -march=atom" } */
5 /* { dg-final { scan-assembler-not "nop" } } */
6 /* { dg-final { scan-assembler-not "rep" } } */
8 int
9 foo (int x, int y, int z)
11 return x + y + z + y;