This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gfortran,testsuite,committed] Do not xfail gfortran.dg/nint_2.f90 on ppc64-linux


The ppc64 glibc lround() seems unaffected by the bug that is present
on ppc32 (see recent testresults). I changed the xfail accordingly.

FX



Index: ChangeLog
===================================================================
--- ChangeLog   (revision 128490)
+++ ChangeLog   (working copy)
@@ -1,3 +1,7 @@
+2007-09-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       * gfortran.dg/nint_2.f90: Do not xfail on powerpc64-linux.
+
 2007-09-14  Hans-Peter Nilsson  <hp@axis.com>

        PR debug/33429
Index: gfortran.dg/nint_2.f90
===================================================================
--- gfortran.dg/nint_2.f90      (revision 128490)
+++ gfortran.dg/nint_2.f90      (working copy)
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]