Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr67915.c
blob77a2edf17a0d2dbd4f1ece17fbbf46ac97be5ff1
1 /* { dg-do compile } */
3 int a, b, c, d, e, f, g;
5 int
6 fn1 (int p1)
8 return p1;
11 void
12 fn2 ()
14 lbl:
15 g = b;
16 if (fn1 (c && e))
18 f = a ? 0 : 1 << 1;
19 short h = b;
20 d = h < 0 || f ? 0 : 1;
22 goto lbl;