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

int a, b, c, d, e;
void
fn1 ()
{
lbl_101:
  e = 0;
lbl_274:
  for (c = 0; c < 1; c = a)
    if (d)
      if (b)
	goto lbl_101;
      else
	break;
  d = 1;
  goto lbl_274;
}