intrinsic_nearest.x: Skip on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 19 Jul 2013 14:28:16 +0000 (14:28 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 19 Jul 2013 14:28:16 +0000 (10:28 -0400)
        * 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

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/guality/guality.exp
gcc/testsuite/gfortran.dg/nint_2.f90

index 141ac020a1667094d28540156b5f15e1cea76b49..f8994a86b59c81f11ac6205fc987adbd97432cc8 100644 (file)
@@ -1,6 +1,8 @@
 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>
 
index 2444d8de7b8ce0857439fa12c4a04ade83cbb423..b3f64fbed7210bd2a617418abc3a576f2521916f 100644 (file)
@@ -8,6 +8,11 @@ if { [istarget *-*-darwin*] } {
   return
 }
 
+if { [istarget "powerpc-ibm-aix*"] } {
+    set torture_execute_xfail "powerpc-ibm-aix*"
+    return
+}
+
 dg-init
 
 global GDB
index 7520727f0424fd2058f8225e4f5ee80cc790aa38..9f2705318fbcbefdbe123d86d84b5fc970ed3dde 100644 (file)
@@ -4,7 +4,7 @@
 ! http://gcc.gnu.org/ml/fortran/2005-04/msg00139.html
 !
 ! { 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
   integer(kind=8) :: i1, i2
   real :: b