Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
990203-1.c
blob: 2c69a8fe08631fbfb00170ca620e6bc949aa4558 [
file
] [
log
] [
blame
]
int
f
(
f
)
float
f
;
{
long
long
*
ip
=
(
long
long
*)
&
f
;
return
(*
ip
&
0x7ff0000000000000LL
)
!=
0x7ff0000000000000LL
;
}