1 /* PR middle-end/45567 */
2 /* { dg-do compile } */
3 /* { dg-options "-ftree-ter" } */
4 
5 unsigned
foo(char c)6 foo (char c)
7 {
8   return __builtin_popcountl ((unsigned long) c);
9 }
10