public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/38344] [4.3 Regression] bootstrap failure in libjava/link.cc (ICE in invariant_for_use)
Date: Sat, 06 Dec 2008 08:12:00 -0000	[thread overview]
Message-ID: <20081206081100.403.qmail@sourceware.org> (raw)
In-Reply-To: <bug-38344-11764@http.gcc.gnu.org/bugzilla/>



------- Comment #6 from ebotcazou at gcc dot gnu dot org  2008-12-06 08:11 -------
> r142149 | ebotcazou | 2008-11-24 09:36:43 +0100 (Mon, 24 Nov 2008) | 4 lines
> 
>         * df-scan.c (df_get_call_refs): For unconditional noreturn calls
>         add EH_USES regs as artificial uses.
>         (df_get_entry_block_def_set): Don't handle EH_USES here.

This patch is a no-op on anything else than IA-64 anyway:

eric@atlantis:~/svn/gcc-4_3-branch/gcc> grep -r --exclude=*svn*
--exclude=*ChangeLog* EH_USES .
./doc/tm.texi:@defmac EH_USES (@var{regno})
./doc/tm.texi:TARGET_STRUCT_VALUE_RTX, FRAME_POINTER_REGNUM, EH_USES,
./config/m32c/m32c.h:#define EH_USES(REGNO) 0   /* FIXME */
./config/ia64/ia64.h:#define EH_USES(REGNO) ia64_eh_uses (REGNO)
./df-scan.c:#ifdef EH_USES
./df-scan.c:     BOTTOM of the block with noreturn call, as EH_USES registers
need
./df-scan.c:    if (EH_USES (i))
./df-scan.c:#ifdef EH_USES
./df-scan.c:    if (EH_USES (i))
./df-problems.c:#ifdef EH_USES
./df-problems.c:#ifdef EH_USES
./df-problems.c:  /* Create the chains for the artificial uses from the EH_USES
at the
./dce.c:#ifdef EH_USES


-- 


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


  parent reply	other threads:[~2008-12-06  8:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-01 11:00 [Bug target/38344] New: [4.3 regression] " doko at ubuntu dot com
2008-12-01 11:00 ` [Bug target/38344] " doko at ubuntu dot com
2008-12-01 11:07 ` [Bug target/38344] [4.3 Regression] " rguenth at gcc dot gnu dot org
2008-12-01 11:07 ` rguenth at gcc dot gnu dot org
2008-12-01 11:10 ` doko at ubuntu dot com
2008-12-06  7:00 ` doko at ubuntu dot com
2008-12-06  7:55 ` ebotcazou at gcc dot gnu dot org
2008-12-06  8:12 ` ebotcazou at gcc dot gnu dot org [this message]
2008-12-06  8:33 ` ebotcazou at gcc dot gnu dot org
2008-12-08 22:34 ` doko at ubuntu dot com
2008-12-08 23:02 ` ebotcazou at gcc dot gnu dot org
2008-12-08 23:44 ` doko at ubuntu dot com
2008-12-09 11:00 ` ebotcazou at gcc dot gnu dot org
2008-12-09 15:29 ` doko at ubuntu dot com
2008-12-09 16:10 ` jakub at gcc dot gnu dot org
2008-12-09 16:36 ` ebotcazou 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=20081206081100.403.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).