From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21607 invoked by alias); 8 Aug 2002 14:56:02 -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 21593 invoked by uid 71); 8 Aug 2002 14:56:02 -0000 Date: Thu, 08 Aug 2002 08:16:00 -0000 Message-ID: <20020808145602.21592.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c/7411: cistore.c:392: Internal compiler error in instantiate_virtual_regs_1, at function.c:3974 Reply-To: Reichelt X-SW-Source: 2002-08/txt/msg00171.txt.bz2 List-Id: The following reply was made to PR c/7411; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, jwfrosch@intergraph.com Cc: Subject: Re: c/7411: cistore.c:392: Internal compiler error in instantiate_virtual_regs_1, at function.c:3974 Date: Thu, 8 Aug 2002 17:35:32 +0200 Hi, the bug can be reproduced with the following code snippet: ----------------------------snip here-------------------------- void foo () { int i=0, j; i+=j=0; } ----------------------------snip here-------------------------- Just compile it with "gcc -c" on i686-pc-linux-gnu. This happens with gcc 3.1[.1]. It's a regression from gcc 3.0.x. Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7411