1 2 3 4 5 6 7
/* { dg-do compile } */ /* { dg-options "-mcpu=niagara2 -Os" } */ int foo (unsigned long long l) { return __builtin_parityll (l); }