Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr68240.c
blobb6d97902300ceb1ae96bd9039b5216091deee26f
1 /* { dg-do compile } */
3 int a, b, f;
5 void
6 fn1 ()
8 int c = 1, d, e = 1;
9 a = 1;
10 for (; f;)
11 b = (c && (d = (e && a)));