blob: 5bf4644077fb6c1a93baaf641a38fd50e5dc9157 [file] [log] [blame]
/* PR middle-end/45567 */
/* { dg-do compile } */
/* { dg-options "-ftree-ter" } */
unsigned
foo (char c)
{
return __builtin_popcountl ((unsigned long) c);
}