public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bonzini at gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/41812] [4.5 Regression] test 20071030-1.c fails execution on powerpc64
Date: Wed, 28 Oct 2009 12:21:00 -0000	[thread overview]
Message-ID: <20091028122138.10442.qmail@sourceware.org> (raw)
In-Reply-To: <bug-41812-4503@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from bonzini at gnu dot org  2009-10-28 12:21 -------
The patch is wrong because the result of MD is used also to process notes,
while the live registers problem does not consider a register live if it is
only used in notes.  We have:

;; lr  in        1 [1] 2 [2] 31 [31] 67 [ap] 113 [sfp] 154 180

   88 {r179:SF=float(r180:DI);clobber scratch;}
      REG_EQUAL: float(r155:DI)

Then because r155 is not live, it is not included in MD and a random definition
(0.0) is replaced in the REG_EQUAL note.

I'll revert the patch.


-- 


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


  parent reply	other threads:[~2009-10-28 12:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-23 23:49 [Bug middle-end/41812] New: " janis at gcc dot gnu dot org
2009-10-23 23:51 ` [Bug middle-end/41812] " janis at gcc dot gnu dot org
2009-10-24  8:42 ` bonzini at gnu dot org
2009-10-24 11:51 ` [Bug middle-end/41812] [4.5 Regression] " rguenth at gcc dot gnu dot org
2009-10-24 12:12 ` dominiq at lps dot ens dot fr
2009-10-28 12:21 ` bonzini at gnu dot org [this message]
2009-10-28 12:37 ` bonzini at gcc dot gnu dot org
2009-10-28 14:27 ` bonzini at gnu dot org
2009-10-29 16:52 ` law at gcc dot gnu dot org
2009-11-30  7:35 ` [Bug rtl-optimization/41812] " bonzini 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=20091028122138.10442.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).