2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / parity-1.c
blob0094b5bced8f22702cff2c7e82a63d762bc5d6a6
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler "setnp" } } */
5 int foo(unsigned int x)
7 return __builtin_parity(x);