Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.target
/
ia64
/
builtin-popcount-2.c
blob: 50ced72e72867f8d1425e375ca99565bf4b598f5 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "popcnt" } } */
int
foo
(
int
x
)
{
return
__builtin_popcount
(
x
)
==
0
;
}