From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18703 invoked by alias); 15 Feb 2005 10:34:41 -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 18675 invoked by alias); 15 Feb 2005 10:34:35 -0000 Date: Tue, 15 Feb 2005 20:49:00 -0000 From: "gcc-bugzilla at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050215103433.19973.rganesan@cisco.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/19973] New: Internal Compiler error initializing a struct X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg01601.txt.bz2 List-Id: ice.cpp:8: internal compiler error: in tree_low_cst, at tree.c:3315 The problem happens with gcc-3.3 also. Environment: System: Linux grajagop-lnx 2.6.10-1-686 #1 Tue Jan 18 04:34:19 EST 2005 i686 GNU/Linux Architecture: i686 host: i486-pc-linux-gnu build: i486-pc-linux-gnu target: i486-pc-linux-gnu configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux How-To-Repeat: Compiling the following code reproduces the problem: ======== struct ice { int a; char *argv[]; } ice_array[] = { { 1, { "this causes internal compiler error", 0 } } } ======== -- Summary: Internal Compiler error initializing a struct Product: gcc Version: 3.3.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rganesan at cisco dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i486-pc-linux-gnu GCC host triplet: i486-pc-linux-gnu GCC target triplet: i486-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19973