public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/64684] [5 Regression] wrong code by LTO on x86_64-linux-gnu
Date: Tue, 20 Jan 2015 10:30:00 -0000	[thread overview]
Message-ID: <bug-64684-4-ZhKnXmAHyf@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-64684-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64684

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-01-20
     Ever confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Setting value number of .MEM_7 to .MEM_7 (changed)
Value numbering .MEM_8 stmt = fn2 ();
Setting value number of .MEM_8 to .MEM_8 (changed)
Value numbering _4 stmt = _4 = a;
Setting value number of _4 to -1 (changed)
Value numbering _5 stmt = _5 = _4 & 1;
Match-and-simplified _4 & 1 to 1
RHS _4 & 1 simplified to 1 has constants 1
Setting value number of _5 to 1 (changed)

so fn2 () is said to not clobber 'a'.  Must be IPA references fault:

all module statics: a
Function name:fn2/3:
  static not read: all module statics
  static not written: all module statics

Function name:fn1/0:
  static not read: all module statics
  static not written: all module statics

that's wrong for both fn1 and fn2.  WPA does

Promotable global:a (uid=3959)

Function name:fn2/3:
  locals read:
  locals written:
Function name:fn1/0:
  locals read:
  locals written:

And compile-time doesn't have .static-var dumps at all?!  Ah, WPA stage
is supposed to generate summaries?  But doesn't input nodes?


  parent reply	other threads:[~2015-01-20 10:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-20  7:41 [Bug lto/64684] New: " su at cs dot ucdavis.edu
2015-01-20  9:42 ` [Bug lto/64684] [5 Regression] " rguenth at gcc dot gnu.org
2015-01-20 10:30 ` rguenth at gcc dot gnu.org [this message]
2015-01-20 10:41 ` rguenth at gcc dot gnu.org
2015-01-20 10:47 ` rguenth at gcc dot gnu.org
2015-01-20 13:26 ` rguenth at gcc dot gnu.org
2015-01-20 13:27 ` rguenth at gcc dot gnu.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=bug-64684-4-ZhKnXmAHyf@http.gcc.gnu.org/bugzilla/ \
    --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).