2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 990107-1.c
bloba123ce9cbf34ac3b091efa1384984518922737c2
1 static int
2 java_double_finite (d)
3 double d;
5 long long *ip = (long long *) &d;
6 return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;