[Bug java/27643] New: ICE in java_mark_cni_decl_local compiling bytecode->native
mckinlay at redhat dot com
gcc-bugzilla@gcc.gnu.org
Wed May 17 16:13:00 GMT 2006
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
More information about the Gcc-bugs
mailing list