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