From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10979 invoked by alias); 6 Oct 2002 13:56:00 -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 10965 invoked by uid 71); 6 Oct 2002 13:56:00 -0000 Date: Sun, 06 Oct 2002 06:56:00 -0000 Message-ID: <20021006135600.10964.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c++/7911: Internal compiler error in force_store_init_value, at cp/typeck2.c:443 Reply-To: Reichelt X-SW-Source: 2002-10/txt/msg00217.txt.bz2 List-Id: The following reply was made to PR c++/7911; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, meno.abels@7d.net, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: c++/7911: Internal compiler error in force_store_init_value, at cp/typeck2.c:443 Date: Sun, 6 Oct 2002 16:41:06 +0200 Hi, the bug can be reproduced with the following code snippet: ----------------------------snip here-------------------------- struct A { virtual ~A(); }; struct B { char A::* p; A a; }; B b; ----------------------------snip here-------------------------- Compiling this with gcc 3.2 ("g++ -c") causes an ICE (checked on mips-sgi-irix6.5 and i686-pc-linux-gnu). With gcc 2.95.x, 3.0.x, even 3.1 and the main trunk the code compiles fine. Thus, the bug is a regression on the branch and should be marked high priority. (I haven't got the recent head of the branch installed to check whether the bug has been fixed in the meantime.) Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7911