PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pad-6a.c
blobc602924459116a0d473b655e49fa582d958f659f
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-times "nop" 4 } } */
6 /* { dg-final { scan-assembler-not "rep" } } */
8 int
9 foo (int x, int y)
11 return x + y;