Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr68906.c
blob8c89bbd2ea404450378241dac44e3b128480e874
1 /* { dg-do compile } */
2 /* { dg-options "-O3" } */
4 int a;
5 volatile int b;
6 short c, d;
7 int
8 fn1 ()
10 int e;
11 for (;;)
13 a = 3;
14 if (c)
15 continue;
16 e = 0;
17 for (; e > -30; e--)
18 if (b)
20 int f = e;
21 return d;