Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr57251.c
blob2fe268c36e787fa85feb75d7daa6333ebb749134
1 /* PR middle-end/57251 */
2 /* { dg-do compile } */
3 /* { dg-options "-ftracer" } */
5 short a, b;
6 int
7 f (void)
9 long long i = 2;
10 a ? f () ? : 0 : b--;
11 b &= i *= a |= 0;