This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/27643] New: ICE in java_mark_cni_decl_local compiling bytecode->native
- From: "mckinlay at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 17 May 2006 16:13:14 -0000
- Subject: [Bug java/27643] New: ICE in java_mark_cni_decl_local compiling bytecode->native
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following test case crashes:
$ gcj -C PipeImpl.java
$ gcj -c *.class -o t.o
PipeImpl.java:0: internal compiler error: in java_mark_cni_decl_local, at
java/decl.c:2182
class PipeImpl
{
public PipeImpl ()
{
VMPipe.init (this);
}
}
final class VMPipe
{
static native void init(PipeImpl self);
}
--
Summary: ICE in java_mark_cni_decl_local compiling bytecode-
>native
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mckinlay at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27643