public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/26135]  New: store copyprop not effective
@ 2006-02-06 17:36 rguenth at gcc dot gnu dot org
  2006-02-06 17:36 ` [Bug tree-optimization/26135] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-02-06 17:36 UTC (permalink / raw)
  To: gcc-bugs

For (-O2 -fno-tree-dominator-opts -fno-tree-salias -fno-tree-sra)

int foo(int i)
{
  struct { int i; int j; } a;
  a.i = i;
  return a.i;
}

store copyprop does not propagate i to the return stmt.


-- 
           Summary: store copyprop not effective
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-04-07  8:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-06 17:36 [Bug tree-optimization/26135] New: store copyprop not effective rguenth at gcc dot gnu dot org
2006-02-06 17:36 ` [Bug tree-optimization/26135] " rguenth at gcc dot gnu dot org
2006-02-07 15:46 ` rguenth at gcc dot gnu dot org
2006-02-07 16:35 ` steven at gcc dot gnu dot org
2006-02-08 13:18 ` rguenth at gcc dot gnu dot org
2006-04-07  8:04 ` rguenth at gcc dot gnu dot org
2006-04-07  8:05 ` rguenth at gcc dot gnu dot org

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).