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
Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.fortran-torture
/
execute
/
intrinsic_nearest.x
blob
ec00f036c331a283dbaae548e0d1cfdac7fabdad
1
if [istarget "spu-*-*"] {
2
# No Inf/NaN support on SPU.
3
return 1
4
}
5
if [istarget "powerpc-ibm-aix*"] {
6
# z'7f7fffff' value not preserved by lfs instruction.
7
return 1
8
}
9
add-ieee-options
10
return 0