public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/4729: Segfault with circular inheritance
@ 2003-05-13  6:42 steven
  0 siblings, 0 replies; 3+ messages in thread
From: steven @ 2003-05-13  6:42 UTC (permalink / raw)
  To: aph, bryce, gcc-bugs, gcc-prs, java-prs, nobody

Synopsis: Segfault with circular inheritance

State-Changed-From-To: open->feedback
State-Changed-By: steven
State-Changed-When: Tue May 13 06:42:12 2003
State-Changed-Why:
    Looks fixed, please confirm

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4729


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

* Re: java/4729: Segfault with circular inheritance
@ 2003-05-12 18:56 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-12 18:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/4729; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: bryce@waitaki.otago.ac.nz, gcc-gnats@gcc.gnu.org
Cc: tromey@redhat.com
Subject: Re: java/4729: Segfault with circular inheritance
Date: Mon, 12 May 2003 11:26:35 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=4729
 
 Hello,
 
 compiling the code in this PR 3.2, 3.3 branch or mainline (20030510) on  
 i686-linux, I get:
 
 Circ.java: In class `Circ$T':
 Circ.java: In constructor `(Circ)':
 Circ.java:10: error: Cyclic inheritance involving Circ$A.
 
      ^
 Circ.java:3: error: Cyclic inheritance involving Circ$A.
       class A extends T
                        ^
 
 Does this mean that this PR can be closed? Thanks,
 
 Dara
 


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

* java/4729: Segfault with circular inheritance
@ 2001-10-29  4:26 bryce
  0 siblings, 0 replies; 3+ messages in thread
From: bryce @ 2001-10-29  4:26 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4729
>Category:       java
>Synopsis:       Segfault with circular inheritance
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 29 04:26:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Bryce McKinlay
>Release:        trunk
>Organization:
>Environment:

>Description:
This circular inheritance test case causes jc1 to segfault:

public class Circ
{
  class A extends T
  {
    class B {}
  }

  class T extends A.B {}
}
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-05-13  6:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-13  6:42 java/4729: Segfault with circular inheritance steven
  -- strict thread matches above, loose matches on Subject: below --
2003-05-12 18:56 Dara Hazeghi
2001-10-29  4:26 bryce

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).