aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/sparc/popc-2.c
blob: 8809f187de443979be9523144588a4be888a9aaa (plain)
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);
}