repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
990203-1.c
blob
2c69a8fe08631fbfb00170ca620e6bc949aa4558
1
int
2
f
(
f
)
3
float
f
;
4
{
5
long long
*
ip
= (
long long
*) &
f
;
6
return
(*
ip
&
0x7ff0000000000000
LL
) !=
0x7ff0000000000000
LL
;
7
}