blob: 0094b5bced8f22702cff2c7e82a63d762bc5d6a6 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler "setnp" } } */
int foo(unsigned int x)
{
return __builtin_parity(x);
}