public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jkillius at arcor dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/14076] New: ICE in dwarf2out add_abstract_origin_attribute
Date: Sun, 08 Feb 2004 19:59:00 -0000	[thread overview]
Message-ID: <20040208195922.14076.jkillius@arcor.de> (raw)

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


             reply	other threads:[~2004-02-08 19:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-08 19:59 jkillius at arcor dot de [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040208195922.14076.jkillius@arcor.de \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).