Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr67821-2.c
blob38cfc8420d9ab0fa9dd208a5fdb86c41c2153b5a
1 /* { dg-do compile } */
3 int a, b, c, d, e, g;
4 short f;
6 void
7 fn1 ()
9 int i;
10 f = a - b;
11 e = (c && (i = d = (unsigned) f - 1)) || i;
12 g = (unsigned) f - 1;
13 c && (d = 0);