modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr53410-1.c (about) 1 /* PR tree-optimization/53410 */ 2 3 int *a, b, c, d; 4 5 void 6 foo (void) 7 { 8 for (; d <= 0; d++) 9 b &= ((a || d) ^ c) == 1; 10 }