From: Francois-Xavier Coudert Date: Fri, 14 Sep 2007 12:55:17 +0000 (+0000) Subject: * gfortran.dg/nint_2.f90: Do not xfail on powerpc64-linux. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7181464ad11e0b7128a0e1e470746ceaa4d1b435;p=gcc.git * gfortran.dg/nint_2.f90: Do not xfail on powerpc64-linux. From-SVN: r128491 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 10a53245218..7dfb8bfe66b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-09-14 Francois-Xavier Coudert + + * gfortran.dg/nint_2.f90: Do not xfail on powerpc64-linux. + 2007-09-14 Hans-Peter Nilsson PR debug/33429 diff --git a/gcc/testsuite/gfortran.dg/nint_2.f90 b/gcc/testsuite/gfortran.dg/nint_2.f90 index f23309cc4d5..7080dcc99fd 100644 --- a/gcc/testsuite/gfortran.dg/nint_2.f90 +++ b/gcc/testsuite/gfortran.dg/nint_2.f90 @@ -3,7 +3,7 @@ ! PR 31202 ! http://gcc.gnu.org/ml/fortran/2005-04/msg00139.html ! -! { dg-do run { xfail powerpc-ibm-aix* powerpc*-linux-gnu } } +! { dg-do run { xfail powerpc-ibm-aix* powerpc-*-linux* } } real(kind=8) :: a integer(kind=8) :: i1, i2 real :: b