Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / popcount-1.c
blob350ae51dc59070cfa8b68ec7c9cfe5170540ca0b
1 /* { dg-do compile { target { ilp32 } } } */
2 /* { dg-skip-if "" { powerpc*-*-darwin* } } */
3 /* { dg-options "-O2 -mdejagnu-cpu=power5" } */
4 /* { dg-final { scan-assembler "popcntb" } } */
5 /* { dg-final { scan-assembler-not "mullw" } } */
7 int foo(int x)
9 return __builtin_popcount(x);