mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 01:49:03 +08:00
New test.
From-SVN: r24989
This commit is contained in:
parent
fc4c10f1d5
commit
5428b16202
7
gcc/testsuite/gcc.c-torture/compile/990203-1.c
Normal file
7
gcc/testsuite/gcc.c-torture/compile/990203-1.c
Normal file
@ -0,0 +1,7 @@
|
||||
int
|
||||
f (f)
|
||||
float f;
|
||||
{
|
||||
long long *ip = (long long *) &f;
|
||||
return (*ip & 0x7ff0000000000000LL ) != 0x7ff0000000000000LL ;
|
||||
}
|
Loading…
Reference in New Issue
Block a user