(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr53410-1.c
       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  }