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