From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18146 invoked by alias); 12 Jun 2002 16:26: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 18090 invoked by uid 71); 12 Jun 2002 16:26:01 -0000 Date: Wed, 12 Jun 2002 09:26:00 -0000 Message-ID: <20020612162601.18088.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c++/6706: internal error: Segmentation fault Reply-To: Reichelt X-SW-Source: 2002-06/txt/msg00277.txt.bz2 List-Id: The following reply was made to PR c++/6706; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, jblinka@neo.rr.com, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: c++/6706: internal error: Segmentation fault Date: Wed, 12 Jun 2002 18:56:03 +0200 Hi, the testcase can be reduced to the following code snippet (just compile using "g++ -gdwarf -c"): ---------------------snip here-------------------- void foo() { int i=1, x[i]; } ---------------------snip here-------------------- Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6706