This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran,testsuite,committed] Do not xfail gfortran.dg/nint_2.f90 on ppc64-linux
> You need to use { powerpc*-*-linux* && ilp32 } to describe 32-bit Power GNU/Linux.
Sorry. But actually, there is more to it.
-- ppc64-linux / glibc-2.4-20070330 passes the test, with both -m32
and -m64 [1]
-- ppc-linux / glibc-2.6.1 fails, with both -m32 and -m64 [2]
-- ppc-linux / glibc-2.4-20060617 fails with -m32 (don't know about -m64) [3]
As glibc-2.6.1 was released on 20070731, I think the fact that
ppc64-linux passes is not due to the bug being fixed in glibc, but to
the target being ppc64 and not a ppc.
FX
[1] http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00674.html
[2] http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00262.html
[3] http://sources.redhat.com/bugzilla/show_bug.cgi?id=4997