public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/27643]  New: ICE in java_mark_cni_decl_local compiling bytecode->native
@ 2006-05-17 16:13 mckinlay at redhat dot com
  2006-05-18  7:36 ` [Bug java/27643] " rmathew at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mckinlay at redhat dot com @ 2006-05-17 16:13 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-12-18 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-17 16:13 [Bug java/27643] New: ICE in java_mark_cni_decl_local compiling bytecode->native mckinlay at redhat dot com
2006-05-18  7:36 ` [Bug java/27643] " rmathew at gcc dot gnu dot org
2006-05-18 16:01 ` tromey at gcc dot gnu dot org
2006-05-22  8:56 ` rmathew at gcc dot gnu dot org
2006-05-24 17:23 ` tromey at gcc dot gnu dot org
2007-01-25 23:59 ` tromey at gcc dot gnu dot org
2007-12-18 14:06 ` aph at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).