Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr71253.c
blobecbba77dca7efb34ef304326558476de09a21d26
1 /* { dg-do compile } */
2 /* { dg-additional-options "-ftree-loop-distribution" } */
4 int jo, af, yb;
5 long int wt;
7 void
8 nr (void)
10 int *bf = &yb;
11 for (;;)
13 while (jo != 0)
15 long int *ad = (long int *) &yb;
16 for (;;)
18 int fv;
19 for (*ad = 1; *ad < 3; ++(*ad))
21 af = *bf;
22 fv = wt;
24 bf = (int *) &wt;
25 ad = &wt;
28 jo = wt = ((wt != 0) ? 1 : fv);
30 while (jo != 0);
33 bf = &af;