1 2 3 4 5 6 7 8 9 10
/* PR tree-optimization/101159 */ unsigned long a; long b; void foo (void) { a += __builtin_popcountl (b); }