rs6000: Do not xfail nint_2.f90 on Linux systems
commit1a851f62111bfa22a337ff5b981ac8f79631cb05
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Mar 2017 20:48:49 +0000 (15 20:48 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Mar 2017 20:48:49 +0000 (15 20:48 +0000)
tree3f0aa149cc0937e7fd251d9d7513f3e1fbfe5a1a
parentc50553a1f30dc6be4f91086d1d41fd7dbf10db5d
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*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246174 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/nint_2.f90