This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ICEs on X86/Linux with SPECjbb
- From: Adam King <aking at dreammechanics dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>, "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Wed, 17 Apr 2002 17:25:46 -0400
- Subject: Re: ICEs on X86/Linux with SPECjbb
- References: <40700B4C02ABD5119F000090278766443BF1F3@hplex1.hpl.hp.com>
On Wed, Apr 17, 2002 at 02:12:29PM -0700, Boehm, Hans wrote:
> I get the following when trying to compile SPECjbb from Java source on X86
> with a recent version of 3.1. It works fine on IA64.
>
> [hboehm@rushmore src]$ gcj -O2 -static --main=spec.jbb.JBBmain spec/*/*.java
> spec/*/*/*.java spec/*/*/*/*.java
> spec/jbb/NewOrderTransaction.java:461: Internal compiler error in
> fixup_abnormal_edges, at reload1.c:9514
If it helps, I've been getting the exact same message whenever I try
compiling with '-O' or '-O2'. Without the optimization, it compiles fine.
This is with the i686-pc-mingw32 target.
/tmp/ccYb8vkdjx: In class `muse.renderer.Renderer':
/tmp/ccYb8vkdjx: In method `muse.renderer.Renderer.run()':
/tmp/ccYb8vkdjx:1091: Internal compiler error in fixup_abnormal_edges, at reload1.c:9514
Please submit a full bug report,
with preprocessed source if appropriate.
Adam King