From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27418 invoked by alias); 20 Oct 2004 00:01:47 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27407 invoked by uid 48); 20 Oct 2004 00:01:46 -0000 Date: Wed, 20 Oct 2004 00:01:00 -0000 Message-ID: <20041020000146.27404.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041019230355.18067.phython@gcc.gnu.org> References: <20041019230355.18067.phython@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/18067] [4.0 Regression] ICE at loc_descriptor_from_tree_1 in dwarf2out.c (VLA) X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg02574.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-20 00:01 ------- Here's an even shorter example (for i686-pc-linux-gnu): ===================== void foo(int i) { const int j=i+1; int a[1][j*j]; } ===================== The regression seems to appear a little later with this example: : Search converges between 2004-07-16-trunk (#487) and 2004-07-17-trunk (#488). -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Keywords| |monitored http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18067