https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33271
--- Comment #22 from Segher Boessenkool <segher at gcc dot gnu.org> --- Author: segher Date: Wed Mar 15 20:48:49 2017 New Revision: 246174 URL: https://gcc.gnu.org/viewcvs?rev=246174&root=gcc&view=rev Log: 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*. Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gfortran.dg/nint_2.f90