From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11128 invoked by alias); 15 Mar 2002 22:45:47 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 11060 invoked from network); 15 Mar 2002 22:45:42 -0000 Received: from unknown (HELO gemma.TechFak.Uni-Bielefeld.DE) (129.70.136.103) by sources.redhat.com with SMTP; 15 Mar 2002 22:45:42 -0000 Received: from xayide.TechFak.Uni-Bielefeld.DE.TechFak.Uni-Bielefeld.DE (xayide.TechFak.Uni-Bielefeld.DE [129.70.137.35]) by gemma.TechFak.Uni-Bielefeld.DE (8.9.1/8.9.1/TechFak/pk+ro20010720) with ESMTP id XAA00673; Fri, 15 Mar 2002 23:45:33 +0100 (MET) Received: by xayide.TechFak.Uni-Bielefeld.DE.TechFak.Uni-Bielefeld.DE (8.11.4+Sun/pk19971205) id g2FMjWO15133; Fri, 15 Mar 2002 23:45:32 +0100 (MET) From: Rainer Orth Message-ID: <15506.31114.453333.47693@xayide.TechFak.Uni-Bielefeld.DE> Date: Fri, 15 Mar 2002 14:45:00 -0000 To: tromey@redhat.com Cc: Anthony Green , Adam Megacz , java@gcc.gnu.org Subject: Re: gnu/gcj/io/shs.cc doesn't compile on Solaris 2.5.1 (bootstrap failure) In-Reply-To: <87n0x9wkdq.fsf@creche.redhat.com> References: <200203132014.VAA27030@tamarinde.TechFak.Uni-Bielefeld.DE> <86henk3xp5.fsf@megacz.com> <15503.54620.761421.899604@xayide.TechFak.Uni-Bielefeld.DE> <867kog3vv5.fsf@megacz.com> <1016062833.12572.595.camel@dhcppc2> <15504.33266.2722.237598@xayide.TechFak.Uni-Bielefeld.DE> <87adt9y0jd.fsf@creche.redhat.com> <15506.26755.691929.593580@xayide.TechFak.Uni-Bielefeld.DE> <87n0x9wkdq.fsf@creche.redhat.com> X-Mailer: VM 6.62 under Emacs 19.34.1 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2002-03/txt/msg00338.txt.bz2 Tom Tromey writes: > Rainer> Taking the whole section from java/lang/mprec.h works on both > Rainer> sparc-sun-solaris2.5.1 (where the bootstrap completes now; > Rainer> I'll run the testsuite and post results soon) and > Rainer> alpha-dec-osf4.0f (where shs.c compiles, but I get the same > Rainer> ICE compiling java/lang/Character.java, details follow). > > Thanks. I'll check this in soon. fine, thanks. For the reference, here are the testsuite results for libjava on sparc-sun-solaris2.5.1: === libjava tests === Running target unix FAIL: PR5902 compilation from bytecode FAIL: PR5902 -O compilation from bytecode FAIL: linking cxxtest FAIL: Invoke_1 execution from source compiled test FAIL: Invoke_1 execution from bytecode->native test FAIL: Invoke_1 -O execution from source compiled test FAIL: Invoke_1 -O execution from bytecode->native test FAIL: Primes output from source compiled test FAIL: Primes output from bytecode->native test FAIL: Primes -O output from source compiled test FAIL: Primes -O output from bytecode->native test FAIL: invokethrow execution from source compiled test FAIL: invokethrow execution from bytecode->native test FAIL: invokethrow -O execution from source compiled test FAIL: invokethrow -O execution from bytecode->native test FAIL: FileHandleGcTest execution from source compiled test FAIL: FileHandleGcTest execution from bytecode->native test FAIL: FileHandleGcTest -O execution from source compiled test FAIL: FileHandleGcTest -O execution from bytecode->native test === libjava Summary === # of expected passes 2009 # of unexpected failures 19 # of expected failures 19 # of untested testcases 26 Compared to the previous 3.0.5 results http://gcc.gnu.org/ml/gcc-testresults/2002-03/msg00293.html they look excellent. One new failure is the Primes test: there's a gc message interspersed with the (correct) output: Needed to allocate blacklisted block at 0x1f9000 Maybe this can be disabled in boehm-gc or ignored somehow: unlike the test output, it is written to stderr, not stdout. Rainer