This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/14076] New: ICE in dwarf2out add_abstract_origin_attribute


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]