Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr51238.c
blob4d5da5d1863ff7a360f5db6bf5d1a0d2294c934e
1 /* { dg-do compile } */
2 /* { dg-options "-ftree-loop-distribution" } */
4 extern int ia[];
5 extern int ib[];
6 int i;
8 void
9 foo (int l)
11 while (l--)
13 i = ia[l];
14 ia[l] = ib[l] = 0;