aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr63941.c
blob: 3c7c99864462a52bf0eece734ec9a24131b10178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* { dg-do compile } */

int a, b, c, d[1], e, f, g, h;

void
fn1 ()
{
  char i = 0;
  for (b = 0; b >= 0;)
    for (b = 0; b < 2; b++)
      {
	d[f] && (e = 0);
	h = 1 & a - i ? 0 : a;
	c = i = h;
	char j = c;
	int k = 0;
	g = j || j > k;
	d[0] = 0;
      }
}