Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr52913.c
blobad99884bfed23c1e464efee9d4fb0224ee55d558
1 /* { dg-do compile } */
3 int a, b, c, d, e;
4 void
5 fn1 ()
7 lbl_101:
8 e = 0;
9 lbl_274:
10 for (c = 0; c < 1; c = a)
11 if (d)
12 if (b)
13 goto lbl_101;
14 else
15 break;
16 d = 1;
17 goto lbl_274;