OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20040610-1.c
1 int foo (float x)
2 {
3         float i = __builtin_inff ();
4         return x != i;
5 }