Commit eba347fa by David Edelsohn Committed by David Edelsohn

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

From-SVN: r201057
parent 02371798
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> 2013-07-19 Georg-Johann Lay <avr@gjlay.de>
PR target/57516 PR target/57516
......
...@@ -2,5 +2,9 @@ if [istarget "spu-*-*"] { ...@@ -2,5 +2,9 @@ if [istarget "spu-*-*"] {
# No Inf/NaN support on SPU. # No Inf/NaN support on SPU.
return 1 return 1
} }
if [istarget "powerpc-ibm-aix*"] {
# z'7f7fffff' value not preserved by lfs instruction.
return 1
}
add-ieee-options add-ieee-options
return 0 return 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment