1 2 3 4 5 6 7 8 9 10
/* PR tree-optimization/61042 */ int a, b, c[1], d, f; void foo () { for (; b; b++) c[0] = c[f] && (d = a); }