aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr101159.c
blob: 81b2d2cafb6e67a2f0fb30865097655cfd7f7491 (plain)
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);
}