From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2784 invoked by alias); 12 Jun 2002 13:46:13 -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 2714 invoked by uid 71); 12 Jun 2002 13:46:08 -0000 Date: Wed, 12 Jun 2002 06:46:00 -0000 Message-ID: <20020612134608.2711.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: middle-end/6994: ICE in find_function_data Reply-To: Reichelt X-SW-Source: 2002-06/txt/msg00274.txt.bz2 List-Id: The following reply was made to PR middle-end/6994; it has been noted by GNATS. From: Reichelt To: adrian@suse.de, gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, schwab@suse.de Cc: Subject: Re: middle-end/6994: ICE in find_function_data Date: Wed, 12 Jun 2002 16:18:03 +0200 Hi, the bug can be reproduced with the following code snippet (just compile with g++ -c): ----------------------------snip here------------------------ class A { A( int ); }; A::A ( int i ) { int ar[1][i]; ar[0][0] = 0; } ----------------------------snip here------------------------ The bug is a regression from gcc 2.95.3 (it first appears in gcc 3.0 and is still present in the main trunk - checked on mips-sgi-irix6.5). Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6994