[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / parity-1.c
blob1b0001ef2ad2c1328ec0c92546cc7cf334e862e2
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -march=k8 -mno-popcnt" } */
3 /* { dg-final { scan-assembler "setnp" } } */
5 int foo(unsigned int x)
7 return __builtin_parity(x);