* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20040610-1.c
blob37fb65ca2c149e493e3c7d6dfdbe1012a63f8fca
1 int foo (float x)
3 float i = __builtin_inff ();
4 return x != i;