aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr53410-1.c
blob: 48a014e2ae93664520f8887ecab69aa801f051bf (plain)
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;
}