From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10932 invoked by alias); 22 Jan 2002 00:25:01 -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 10897 invoked by uid 61); 22 Jan 2002 00:25:00 -0000 Date: Mon, 21 Jan 2002 16:25:00 -0000 Message-ID: <20020122002500.10896.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, null_and_void@users.sourceforge.net From: rodrigc@gcc.gnu.org Reply-To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, null_and_void@users.sourceforge.net, gcc-gnats@gcc.gnu.org X-Mailer: gnatsweb 2.9.3 Subject: Re: c++/5447: GCC/G++ 3.0.3 will segfault given the following file. X-SW-Source: 2002-01/txt/msg00735.txt.bz2 List-Id: Synopsis: GCC/G++ 3.0.3 will segfault given the following file. State-Changed-From-To: open->analyzed State-Changed-By: rodrigc State-Changed-When: Mon Jan 21 16:25:00 2002 State-Changed-Why: segfault reproduced with gcc 3.0.3. With gcc 3.1 in CVS, no segfault, but the following compilation error, when compiled with g++: seg3.cpp:2: multidimensional array must have bounds for all dimensions except the first seg3.cpp:8: declaration of `arr' as multidimensional array must have bounds for all dimensions except the first Putting it in a seg3.c file and compiling with gcc -pedantic yields warnings: seg3.c:2: warning: array type has incomplete element type seg3.c:8: warning: array type has incomplete element type http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5447