From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26778 invoked by alias); 25 Sep 2002 16:06:03 -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 26734 invoked by uid 71); 25 Sep 2002 16:06:02 -0000 Date: Wed, 25 Sep 2002 09:06:00 -0000 Message-ID: <20020925160602.26731.qmail@sources.redhat.com> To: tromey@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Ivan Gyurdiev Subject: Re: libgcj/7870: Incorrect constructor invoked in inherited class. Reply-To: Ivan Gyurdiev X-SW-Source: 2002-09/txt/msg00670.txt.bz2 List-Id: The following reply was made to PR libgcj/7870; it has been noted by GNATS. From: Ivan Gyurdiev To: tromey@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, ivg2@cornell.edu, java-prs@gcc.gnu.org, nobody@gcc.gnu.org, tromey@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: Subject: Re: libgcj/7870: Incorrect constructor invoked in inherited class. Date: Wed, 25 Sep 2002 11:57:46 -0400 On Monday 23 September 2002 02:13 pm, tromey@gcc.gnu.org wrote: > Synopsis: Incorrect constructor invoked in inherited class. > > Responsible-Changed-From-To: unassigned->tromey > Responsible-Changed-By: tromey > Responsible-Changed-When: Mon Sep 23 11:13:40 2002 > Responsible-Changed-Why: > I'm handling this. > State-Changed-From-To: open->feedback > State-Changed-By: tromey > State-Changed-When: Mon Sep 23 11:13:40 2002 > State-Changed-Why: > I tried this with 3.3 (the current cvs). > It seems to work ok. I don't get an exception. I should wait for the next Rawhide release and try it. Perhaps it's been fixed and I'm wasting your time, in which case I apologize. I'd rather not try cvs because I'd have to recompile a lot of things to work with the C++ library - it would be easier to manage the RedHat srpm. > In order to get further with this I'd need to know > exactly where the NullPointerException is thrown. I'll wait to see if it's fixed in the next release. If not, what kind of output do you need?