* g++.dg/other/i386-2.C (dg-options): Add -mavx512pf.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pad-5b.c
blob4cd03409233a13b3a907a04e0f7c752f0056d8db
1 /* { dg-do compile { target { ! { ia32 } } } } */
2 /* { dg-skip-if "" { i?86-*-* x86_64-*-* } { "-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;