OSDN Git Service

2012-01-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr45567.c
1 /* PR middle-end/45567 */
2 /* { dg-do compile } */
3 /* { dg-options "-ftree-ter" } */
4
5 unsigned
6 foo (char c)
7 {
8   return __builtin_popcountl ((unsigned long) c);
9 }