Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040610-1.c
blob: 37fb65ca2c149e493e3c7d6dfdbe1012a63f8fca [
file
] [
log
] [
blame
]
int
foo
(
float
x
)
{
float
i
=
__builtin_inff
();
return
x
!=
i
;
}