aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2017-03-15 21:48:49 +0100
committerSegher Boessenkool <segher@gcc.gnu.org>2017-03-15 21:48:49 +0100
commit81ef1f5e255333eb96d0798c7ce427326fc3c2af (patch)
tree3f0aa149cc0937e7fd251d9d7513f3e1fbfe5a1a /gcc/testsuite/gfortran.dg
parent75d359f75944354ab1e7fcbf9afafd46e868fb37 (diff)
downloadgcc-81ef1f5e255333eb96d0798c7ce427326fc3c2af.zip
gcc-81ef1f5e255333eb96d0798c7ce427326fc3c2af.tar.gz
gcc-81ef1f5e255333eb96d0798c7ce427326fc3c2af.tar.bz2
rs6000: Do not xfail nint_2.f90 on Linux systems
It was XFAILed because there was a bug in glibc, but that bug was fixed nine years ago. Nowadays everyone uses a version of glibc with the bug fixed, so we should no longer XFAIL the test. gcc/testsuite/ PR fortran/33271 * gfortran.dg/nint_2.f90: Do not xfail powerpc*-*-linux*. From-SVN: r246174
Diffstat (limited to 'gcc/testsuite/gfortran.dg')
-rw-r--r--gcc/testsuite/gfortran.dg/nint_2.f903
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.dg/nint_2.f90 b/gcc/testsuite/gfortran.dg/nint_2.f90
index 0727136..be195e7 100644
--- a/gcc/testsuite/gfortran.dg/nint_2.f90
+++ b/gcc/testsuite/gfortran.dg/nint_2.f90
@@ -4,8 +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* powerpc64-*-linux* *-*-mingw* } { "-O0" } { "" } }
-! Note that this doesn't fail on powerpc64le-*-linux*.
+! { dg-xfail-run-if "PR 33271, math library bug" { powerpc-ibm-aix* *-*-mingw* } { "-O0" } { "" } }
real(kind=8) :: a
integer(kind=8) :: i1, i2
real :: b