public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/22128] New: Cyclic inheritance hangs jc1
@ 2005-06-20 19:57 mckinlay at redhat dot com
  2005-06-21 13:01 ` [Bug java/22128] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
  2005-08-22  3:40 ` mmitchel at gcc dot gnu dot org
  0 siblings, 2 replies; 4+ messages in thread
From: mckinlay at redhat dot com @ 2005-06-20 19:57 UTC (permalink / raw)
  To: java-prs

The following test case causes gcj to hang:

public class Cyclic extends Cyclic
{
  class C 
  {
    class D extends C {}
  }
}

The circularity error at the top level is correctly issued, however we later get
stuck in inherits_from_p when checking circularity for the inner classes.

-- 
           Summary: Cyclic inheritance hangs jc1
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mckinlay at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22128


^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <bug-22128-6651@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-10-30 23:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-20 19:57 [Bug java/22128] New: Cyclic inheritance hangs jc1 mckinlay at redhat dot com
2005-06-21 13:01 ` [Bug java/22128] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-08-22  3:40 ` mmitchel at gcc dot gnu dot org
     [not found] <bug-22128-6651@http.gcc.gnu.org/bugzilla/>
2005-10-30 23:20 ` pinskia 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).