public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14076] New: ICE in dwarf2out add_abstract_origin_attribute
@ 2004-02-08 19:59 jkillius at arcor dot de
  2004-02-08 20:31 ` [Bug c/14076] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jkillius at arcor dot de @ 2004-02-08 19:59 UTC (permalink / raw)
  To: gcc-bugs

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 <URL:http://gcc.gnu.org/bugs.html> 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-03-03 16:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-08 19:59 [Bug c/14076] New: ICE in dwarf2out add_abstract_origin_attribute jkillius at arcor dot de
2004-02-08 20:31 ` [Bug c/14076] " pinskia at gcc dot gnu dot org
2004-02-26  1:37 ` pinskia at gcc dot gnu dot org
2004-03-03 11:22 ` jkillius at arcor dot de
2004-03-03 16:29 ` [Bug c/14076] [3.4 REgression] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).