This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libjava testresults (Was: basic-improvements call for testers)
- From: Mark Wielaard <mark at klomp dot org>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: 16 Dec 2002 17:26:12 +0100
- Subject: Re: libjava testresults (Was: basic-improvements call for testers)
- Organization:
- References: <87y96se9bx.fsf@egil.codesourcery.com> <20021216121524.GA8359@elsschot>
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