Commit ba981e00 by David Edelsohn Committed by David Edelsohn

intrinsic_nearest.x: Skip on AIX.

        * gfortran.fortran-torture/execute/intrinsic_nearest.x: Skip on AIX.
        * gfortran.dg/nint_2.f90: Correct AIX target name to skip.
        * gfortran.dg/guality/guality.exp: Skip on AIX.

From-SVN: r201058
parent eba347fa
2013-07-19 David Edelsohn <dje.gcc@gmail.com> 2013-07-19 David Edelsohn <dje.gcc@gmail.com>
* gfortran.fortran-torture/execute/intrinsic_nearest.x: Skip AIX. * gfortran.fortran-torture/execute/intrinsic_nearest.x: Skip on AIX.
* gfortran.dg/nint_2.f90: Correct AIX target name to skip.
* gfortran.dg/guality/guality.exp: Skip on AIX.
2013-07-19 Georg-Johann Lay <avr@gjlay.de> 2013-07-19 Georg-Johann Lay <avr@gjlay.de>
......
...@@ -8,6 +8,11 @@ if { [istarget *-*-darwin*] } { ...@@ -8,6 +8,11 @@ if { [istarget *-*-darwin*] } {
return return
} }
if { [istarget "powerpc-ibm-aix*"] } {
set torture_execute_xfail "powerpc-ibm-aix*"
return
}
dg-init dg-init
global GDB global GDB
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
! http://gcc.gnu.org/ml/fortran/2005-04/msg00139.html ! http://gcc.gnu.org/ml/fortran/2005-04/msg00139.html
! !
! { dg-do run } ! { dg-do run }
! { dg-xfail-run-if "PR 33271, math library bug" { powerpc-ibm-aix powerpc*-*-linux* *-*-mingw* } { "-O0" } { "" } } ! { dg-xfail-run-if "PR 33271, math library bug" { powerpc-ibm-aix* powerpc*-*-linux* *-*-mingw* } { "-O0" } { "" } }
real(kind=8) :: a real(kind=8) :: a
integer(kind=8) :: i1, i2 integer(kind=8) :: i1, i2
real :: b real :: b
......
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