------- 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