* gfortran.fortran-torture/execute/intrinsic_nearest.x: Skip AIX.

From-SVN: r201057
This commit is contained in:
David Edelsohn 2013-07-19 14:25:26 +00:00 committed by David Edelsohn
parent 0237179843
commit eba347fae7
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-07-19 David Edelsohn <dje.gcc@gmail.com>
* gfortran.fortran-torture/execute/intrinsic_nearest.x: Skip AIX.
2013-07-19 Georg-Johann Lay <avr@gjlay.de>
PR target/57516

View File

@ -2,5 +2,9 @@ if [istarget "spu-*-*"] {
# No Inf/NaN support on SPU.
return 1
}
if [istarget "powerpc-ibm-aix*"] {
# z'7f7fffff' value not preserved by lfs instruction.
return 1
}
add-ieee-options
return 0