From 840bb6acfa167e0ca571dc48ab8f5eba1de612dd Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Fri, 27 Jun 2014 16:48:51 +0000 Subject: [PATCH] nint_2.f90: Don't XFAIL for powerpc64le-*-linux*. 2014-06-27 Bill Schmidt * gfortran.dg/nint_2.f90: Don't XFAIL for powerpc64le-*-linux*. From-SVN: r212075 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gfortran.dg/nint_2.f90 | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 979f2e6b290c..c7d90e6cadb7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-06-27 Bill Schmidt + + * gfortran.dg/nint_2.f90: Don't XFAIL for powerpc64le-*-linux*. + 2014-06-27 Paolo Carlini PR c++/61614 diff --git a/gcc/testsuite/gfortran.dg/nint_2.f90 b/gcc/testsuite/gfortran.dg/nint_2.f90 index 9f2705318fbc..0727136dfc9a 100644 --- a/gcc/testsuite/gfortran.dg/nint_2.f90 +++ b/gcc/testsuite/gfortran.dg/nint_2.f90 @@ -4,7 +4,8 @@ ! 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* powerpc64-*-linux* *-*-mingw* } { "-O0" } { "" } } +! Note that this doesn't fail on powerpc64le-*-linux*. real(kind=8) :: a integer(kind=8) :: i1, i2 real :: b -- 2.47.2