public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "zadeck at naturalbridge dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/32418] ICE in global_alloc, at global.c:514
Date: Wed, 20 Jun 2007 17:13:00 -0000	[thread overview]
Message-ID: <20070620171311.2365.qmail@sourceware.org> (raw)
In-Reply-To: <bug-32418-12574@http.gcc.gnu.org/bugzilla/>



------- Comment #4 from zadeck at naturalbridge dot com  2007-06-20 17:13 -------
Subject: Re:   New: ICE in global_alloc, at global.c:514

rask at sygehus dot dk wrote:
> Configure gcc like this:
>
> $ [...]/configure --target m32c-unknown-elf --with-newlib--enable-sim
> --disable-gdb --disable-nls --enable-languages=c,c++,java
>
> The attached file fails to compile:
>
> $ ./xgcc -B./ ~/unwind-dw2.c -S -dp -o /dev/null -O2
> /n/08/rask/src/gcc/libgcc/../gcc/unwind.inc: In function '_Unwind_Resume':
> /n/08/rask/src/gcc/libgcc/../gcc/unwind.inc:241: internal compiler error: in
> global_alloc, at global.c:514
>
>
>   
Rask,

The problem here is that the port is defining EH_RETURN_STACKADJ_RTX to
be the pseudo reg (reg:HI 49).  This sounds very wrong to me.

The df scanning code is making this an artificial use in the exit block. 

However, there are no other uses or defs of reg 49 in this function. 
This causes problems. 

Kenny


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32418


  parent reply	other threads:[~2007-06-20 17:13 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-20 13:20 [Bug target/32418] New: " rask at sygehus dot dk
2007-06-20 13:22 ` [Bug target/32418] " rask at sygehus dot dk
2007-06-20 13:24 ` rask at sygehus dot dk
2007-06-20 13:25 ` rask at sygehus dot dk
2007-06-20 17:13 ` zadeck at naturalbridge dot com [this message]
2007-06-20 17:24 ` rask at sygehus dot dk
2007-06-20 17:36 ` dj at redhat dot com
2007-06-20 20:08 ` rask at sygehus dot dk
2007-06-20 20:12 ` zadeck at naturalbridge dot com
2007-06-21 15:59 ` rask at sygehus dot dk
2007-06-21 16:15 ` rask at sygehus dot dk
2007-06-21 18:20 ` rask at sygehus dot dk
2007-06-24 12:20 ` [Bug target/32418] [4.3 Regression] " zadeck at naturalbridge dot com
2007-06-24 17:38 ` rask at sygehus dot dk
2007-06-27  0:35 ` rask at sygehus dot dk
2007-06-27 18:04 ` zadeck at naturalbridge dot com
2007-06-27 19:16 ` rask at sygehus dot dk
2007-06-27 19:31 ` zadeck at naturalbridge dot com
2007-06-27 19:48 ` rask at sygehus dot dk
2007-06-27 19:56 ` zadeck at naturalbridge dot com
2007-06-27 20:16 ` zadeck at naturalbridge dot com
2007-06-27 21:28 ` dj at redhat dot com
2007-06-27 22:23 ` rask 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=20070620171311.2365.qmail@sourceware.org \
    --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).