From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26500 invoked by alias); 16 Dec 2002 16:26:20 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 26335 invoked from network); 16 Dec 2002 16:26:16 -0000 Received: from unknown (HELO nescio.wildebeest.org) (62.108.28.95) by sources.redhat.com with SMTP; 16 Dec 2002 16:26:16 -0000 Received: from elsschot.wildebeest.org ([192.168.1.26] ident=mark) by nescio.wildebeest.org with esmtp (Exim 3.35 #1 (Debian)) id 18Ny41-0002lr-00; Mon, 16 Dec 2002 17:25:53 +0100 Subject: Re: libjava testresults (Was: basic-improvements call for testers) From: Mark Wielaard To: Zack Weinberg Cc: gcc@gcc.gnu.org, java@gcc.gnu.org In-Reply-To: <20021216121524.GA8359@elsschot> References: <87y96se9bx.fsf@egil.codesourcery.com> <20021216121524.GA8359@elsschot> Content-Type: text/plain Organization: Message-Id: <1040055972.16026.560.camel@elsschot> Mime-Version: 1.0 Date: Mon, 16 Dec 2002 08:36:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00886.txt.bz2 On Mon, 2002-12-16 at 13:15, Mark Wielaard wrote: > Hi (java@gcc.gnu.org added to the CC), > [...] > Also my tests on powerpc on the mainline don't look that bad. But please note the posting from Jerry Quinn "3.4 bib failed to bootstrap java on ppc" on the main gcc mailinglist: I just tried to build 3.4 bib last night on powerpc-unknown-gnu-linux and had the java bootstrap fail. stage1/xgcc -Bstage1/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -I. -Ijava -I../../gcc/gcc -I../../gcc/gcc/java -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/java/jcf-write.c -o java/jcf-write.o ../../gcc/gcc/java/jcf-write.c: In function `init_jcf_state': ../../gcc/gcc/java/jcf-write.c:2853: internal compiler error: Segmentation fault That probably means that my autobuilder on ppc which tests libgcj against the Mauve testsuite will probably die as soon as the bib branch is merged into mainline :( If it helps I can setup that machine to run the 3.4-bi branch tonight. But that might take a while (more then 10 hours) since it is a slow machine and I will have to clear up some disk space for a new CVS tree. Cheers, Mark