This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/18212] nativ compilation with multiple jars fails / gives internal compiler error
- From: "bojan at antonovic dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Mar 2005 00:59:07 -0000
- Subject: [Bug java/18212] nativ compilation with multiple jars fails / gives internal compiler error
- References: <20041028221045.18212.bojan@antonovic.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bojan at antonovic dot com 2005-03-07 00:59 -------
The part of the bug that produces the ICE (bus error) can be reproduced by
extracting and compiling all classes from a single jar. Unzip all classes from
SMOOD.jar by
unzip -l SMOOD.jar
and then compile with
gcj -o smood.exe --main=smood.Main smood/Main.class smood/*/*.class
smood/*/*/*.class smood/*/*/*/*.class
gives
smood/Main.class:0: internal compiler error: Bus error
This ICE is not yet reproducable with other jars or with less files. However,
because bug 18212 can be splitted to bug 20351 and an other possible new one, it
can be soon removed as duplicate of two known bugs, as soon the one for the ICE
is found.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18212