modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr61042.c (about)

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