Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr69168.c
blob4f49000450b00517f21305fb4767f6e099982e90
1 /* { dg-do compile } */
3 long a, b, e;
4 short *c;
5 int *d;
6 void fn1()
8 int i;
9 for (; e; e--)
11 i = 2;
12 for (; i; i--)
13 a = b = *d++ / (1 << 9);
14 b = b ? 8 : a;
15 *c++ = *c++ = b;