From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3669 invoked by alias); 8 Feb 2004 19:59:25 -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 3662 invoked by uid 48); 8 Feb 2004 19:59:25 -0000 Date: Sun, 08 Feb 2004 19:59:00 -0000 From: "jkillius at arcor dot de" To: gcc-bugs@gcc.gnu.org Message-ID: <20040208195922.14076.jkillius@arcor.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/14076] New: ICE in dwarf2out add_abstract_origin_attribute X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg00966.txt.bz2 List-Id: ICE while building alisp.c of alsa-lib-1.0.2 gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -O2 -Wall -W -pipe -g -MT alisp.lo -MD -MP -MF .deps/alisp.Tpo -c alisp.c -fPIC -DPIC -o .libs/alisp.o alisp.c: In function `F_mod': alisp.c:1103: internal compiler error: in add_abstract_origin_attribute, at dwarf2out.c:9951 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[1]: *** [alisp.lo] Error 1 Here is the code from line 1103: static inline struct alisp_object * cdr(struct alisp_object * p) { if (alisp_compare_type(p, ALISP_OBJ_CONS)) return p->value.c.cdr; return &alsa_lisp_nil; } -- Summary: ICE in dwarf2out add_abstract_origin_attribute Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jkillius at arcor dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux GCC host triplet: i686-pc-linux GCC target triplet: i686-pc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14076