Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr58326-1.c
blob3b46eed9cacef3477da9a554b08c03eea5992c5a
1 /* { dg-do compile } */
3 int a, *d;
4 long b;
5 short c;
7 void foo ()
9 int e;
10 lbl:
11 for (c = 0; c < 2; c++)
13 if (1 >> b)
14 break;
15 e = *d;
16 for (; a; a++)
18 *d = e;
19 if (b)
20 goto lbl;