Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr57676.c
bloba8cacc630b38c22c08a14ffd5e44dcf4fa91982a
1 /* Verify that LRA does not abort prematurely in a release build of the
2 compiler. */
3 /* { dg-do compile } */
4 /* { dg-options "-fno-checking -w -funroll-loops" } */
6 int a, b, c;
8 void f(p1)
10 for(;;)
12 if(p1 ? : (c /= 0))
14 int d;
16 for(; d; d++)
18 for(b = 0; b < 4; b++)
19 p1 /= p1;
20 lbl:
21 while(a);
25 if((c &= 1))
26 goto lbl;