rs6000: Do not xfail nint_2.f90 on Linux systems
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 15 Mar 2017 20:48:49 +0000 (21:48 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 15 Mar 2017 20:48:49 +0000 (21:48 +0100)
commit81ef1f5e255333eb96d0798c7ce427326fc3c2af
tree3f0aa149cc0937e7fd251d9d7513f3e1fbfe5a1a
parent75d359f75944354ab1e7fcbf9afafd46e868fb37
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
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/nint_2.f90