This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/27643] ICE in java_mark_cni_decl_local compiling bytecode->native
- From: "rmathew at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 22 May 2006 08:56:09 -0000
- Subject: [Bug java/27643] ICE in java_mark_cni_decl_local compiling bytecode->native
- References: <bug-27643-6651@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from rmathew at gcc dot gnu dot org 2006-05-22 08:56 -------
OK, I was able to reproduce this. My problem was that I had a
"--disable-checking"
build. If the order of the class files is "PipeImpl.class VMPipe.class", I get
an error; if the order is the other way around, I don't.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27643