This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Anyone got irix5? I have questions about your ctype implementation
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: aoliva at redhat dot com, cgf at redhat dot com, gcc-patches at gcc dot gnu dot org, gcc at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, mark at codesourcery dot com
- Date: Fri, 10 May 2002 16:52:16 +0200 (MEST)
- Subject: Re: Anyone got irix5? I have questions about your ctype implementation
- References: <200205020414.AAA15565@caip.rutgers.edu><20020503013353.GA2985@redhat.com><200205031423.KAA13608@caip.rutgers.edu><yddg019w2mf.fsf@xayide.TechFak.Uni-Bielefeld.DE><200205032010.QAA10493@caip.rutgers.edu><or8z6zrxh2.fsf@livre.redhat.lsd.ic.unicamp.br><200205060400.AAA21303@caip.rutgers.edu><ory9explnm.fsf@free.redhat.lsd.ic.unicamp.br><200205061211.IAA02448@caip.rutgers.edu><orbsbr50h0.fsf@free.redhat.lsd.ic.unicamp.br><or8z6v3ebk.fsf@free.redhat.lsd.ic.unicamp.br><orit5z1rcw.fsf@free.redhat.lsd.ic.unicamp.br><or1ycn1pvl.fsf@free.redhat.lsd.ic.unicamp.br><200205090317.XAA22553@caip.rutgers.edu>
Kaveh R. Ghazi writes:
> Testresults (with f77!) from irix6.2:
> http://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00322.html
Mine look considerably worse at the moment:
http://gcc.gnu.org/ml/gcc-testresults/2002-05/msg00358.html
This is due to two main problems: I bootstrapped without your
irix5.2/bits/os_defines.h patch, which accounts for the g++ and
libstdc++-v3 testsuite failures. I'll probably submit a equivalent patch
defining CPP_PREDEFINES to fix this for 3.1.1.
The libjava failures are spurious: most failures seem to be due to
FAIL: ArrayClass compilation from source
jc1: Cannot allocate 1634562672 bytes after allocating 424288 bytes
I've no idea yet what's going on here, especially since running the
compilations manually succeeds.
Rainer