From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 594 invoked by alias); 17 Dec 2001 22:46:06 -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 556 invoked by uid 71); 17 Dec 2001 22:46:03 -0000 Resent-Date: 17 Dec 2001 22:46:02 -0000 Resent-Message-ID: <20011217224602.554.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, Samuel Meder Resent-Reply-To: gcc-gnats@gcc.gnu.org, 123687-quiet@bugs.debian.org Received:(qmail 30545 invoked from network); 17 Dec 2001 22:39:46 -0000 Received: from unknown (HELO einhorn.in-berlin.de) (192.109.42.8) by sources.redhat.com with SMTP; 17 Dec 2001 22:39:46 -0000 Received: from gate.local (mail@dialin-145-254-063-208.arcor-ip.net [145.254.63.208]) by einhorn.in-berlin.de (8.12.1/8.12.1/Debian -2) with ESMTP id fBHMdi5Z006969; Mon, 17 Dec 2001 23:39:44 +0100 Received: from doko by gate.local with local (Exim 3.33 #1 (Debian)) id 16G6JD-00044Y-00; Mon, 17 Dec 2001 23:32:31 +0100 Message-Id: Date: Mon, 17 Dec 2001 14:46:00 -0000 From: Matthias Klose Reply-To: 123687-quiet@bugs.debian.org To: gcc-gnats@gcc.gnu.org, debian-gcc@lists.debian.org X-Send-Pr-Version:3.113 X-GNATS-Notify:Samuel Meder Subject: c/5141: GCC 3.0.3 / 3.1 20011215 ICE (regression to gcc-2.95.3) X-SW-Source: 2001-12/txt/msg00945.txt.bz2 List-Id: >Number: 5141 >Category: c >Synopsis: GCC 3.0.3 / 3.1 20011215 ICE (regression to gcc-2.95.3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: unassigned >State: open >Class: ice-on-illegal-code >Submitter-Id: net >Arrival-Date: Mon Dec 17 14:46:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Samuel Meder >Release: 3.0.3 (Debian GNU/Linux) and HEAD 20011215 >Organization: The Debian project >Environment: System: Debian GNU/Linux (testing/unstable) Architecture: i686 host: i386-linux build: i386-linux target: i386-linux configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --enable-threads=posix --enable-java-gc=boehm --with-cpp-install-dir=bin --enable-objc-gc i386-linux >Description: [ Reported to the Debian BTS as report #123687. Please CC 123687-quiet@bugs.debian.org on replies. Log of report can be found at http://bugs.debian.org/123687 ] struct blah { char * foo; char * bar[]; }; int main() { struct blah test; test.bar = malloc((sizeof(char *)) * 5); } >How-To-Repeat: gcc test.c test.c: In function `main': test.c:12: Internal compiler error in incomplete_type_error, at c-typeck.c:157 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. HEAD: $ gcc test.c test.c: In function `main': test.c:11: Internal compiler error in incomplete_type_error, at c-typeck.c:159 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. >Fix: >Release-Note: >Audit-Trail: >Unformatted: