Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr68060-2.c
blob974ddc796f69313e4f1f082648008bb2b01eae05
1 /* { dg-do compile } */
3 void fn2 ();
5 int a, b, c;
7 void fn1()
9 for (;;) {
10 int *d;
11 fn2();
12 c = 0;
13 for (; c <= 3; c++) {
14 *d ^= 9;
15 b = 0;
16 for (; b <= 3; b++)
17 *d ^= a;