This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/20362] ICE: bus error if missed interface used in abstract class and output file specified
- 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 19:21:44 -0000
- Subject: [Bug java/20362] ICE: bus error if missed interface used in abstract class and output file specified
- References: <20050307170531.20362.bojan@antonovic.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bojan at antonovic dot com 2005-03-07 19:21 -------
Compiling the .java files directly works:
working:
gcj -o bugtest --main=BugTest *.java */*.java
gcj --main=BugTest *.java */*.java */*/*.java
Compiling the code by gcj -C first instead with javac makes no difference.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20362