Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr59139.c
blob5b059566f88e5f01cbce0d0a9141677f0c9f8f91
1 /* { dg-do compile } */
3 int a, b, c, d, e;
4 int fn1(int p1, int p2) { return p2 == 0 ? p1 : 1 % p2; }
6 void fn2()
8 c = 0;
9 for (;; c = (unsigned short)c)
11 b = 2;
12 for (; b; b = a)
14 e = fn1(2, c && 1);
15 d = c == 0 ? e : c;
16 if (d)
17 return;