Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr59874-3.c
blobec55a12e2a0db526b1d76c103b4e8230b9952d22
1 /* PR target/59874 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -mpopcnt -masm=att" } */
4 /* { dg-final { scan-assembler "popcntw" } } */
6 unsigned int
7 foo (unsigned short x)
9 return __builtin_popcount (x);