From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4230 invoked by alias); 19 May 2003 01:26: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 4208 invoked by uid 71); 19 May 2003 01:26:01 -0000 Date: Mon, 19 May 2003 01:26:00 -0000 Message-ID: <20030519012601.4191.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Randolph Chung Subject: Re: bootstrap/9631: [hppa64-unknown-linux-gnu] [gcc-3.2.2] fails to bootstrap Reply-To: Randolph Chung X-SW-Source: 2003-05/txt/msg02050.txt.bz2 List-Id: The following reply was made to PR bootstrap/9631; it has been noted by GNATS. From: Randolph Chung To: Giovanni Bajo Cc: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, Dara Hazeghi Subject: Re: bootstrap/9631: [hppa64-unknown-linux-gnu] [gcc-3.2.2] fails to bootstrap Date: Sun, 18 May 2003 18:27:00 -0700 > Ok. Would you please send us a preprocessed source reproducing the bug oh, actually here's a very simple test case: tausq@gsyprf11:~/build/build-3.3/gcc$ cat bug.c struct SjLj_Function_Context { unsigned data[4]; }; tausq@gsyprf11:~/build/build-3.3/gcc$ ./xgcc -v Using built-in specs. Configured with: ../gcc-3.3/configure --enable-languages=c --prefix=/opt/palinux --disable-shared --disable-nls --with-system-zlib --without-included-gettext --enable-debug --host=hppa-linux --build=hppa-linux --target=hppa64-linux --enable-sjlj-exceptions --disable-threads Thread model: single gcc version 3.3 tausq@gsyprf11:~/build/build-3.3/gcc$ ./xgcc -B. -c bug.c bug.c:1: error: size of array `data' is too large fwiw i see that this message is printed by two places in grokdeclarator()... adding a printf i see that it's dying in the one at line 4070. randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/