aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/990203-1.c
blob: 2c69a8fe08631fbfb00170ca620e6bc949aa4558 (plain)
1
2
3
4
5
6
7
int
f (f)
     float f;
{
  long long  *ip = (long long  *) &f;
  return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;
}