ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/sparc/popc-2.c

8 lines
135 B
C

/* { dg-do compile } */
/* { dg-options "-mcpu=niagara2 -Os" } */
int foo (unsigned long long l)
{
return __builtin_parityll (l);
}