From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16831 invoked by alias); 12 May 2003 18:56:54 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 5448 invoked by uid 71); 12 May 2003 18:36:00 -0000 Date: Mon, 12 May 2003 18:56:00 -0000 Message-ID: <20030512183600.5447.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Dara Hazeghi Subject: Re: java/4729: Segfault with circular inheritance Reply-To: Dara Hazeghi X-SW-Source: 2003-05/txt/msg01328.txt.bz2 List-Id: The following reply was made to PR java/4729; it has been noted by GNATS. From: Dara Hazeghi 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