public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/36188]  New: missed CCP
@ 2008-05-09 15:32 rguenth at gcc dot gnu dot org
  2008-05-09 15:36 ` [Bug tree-optimization/36188] " rguenth at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-05-09 15:32 UTC (permalink / raw)
  To: gcc-bugs

int f(int lay)
{
  static int syncsize, init;
  if (init == 0)
     syncsize = 1344, init = 1;
  return syncsize;
}


store-ccp should handle that.


-- 
           Summary: missed CCP
           Product: gcc
           Version: 4.4.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=36188


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

end of thread, other threads:[~2009-04-26 16:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-09 15:32 [Bug tree-optimization/36188] New: missed CCP rguenth at gcc dot gnu dot org
2008-05-09 15:36 ` [Bug tree-optimization/36188] " rguenth at gcc dot gnu dot org
2008-05-09 15:40 ` pinskia at gcc dot gnu dot org
2008-05-13 14:43 ` rguenth at gcc dot gnu dot org
2008-05-13 14:44 ` rguenth at gcc dot gnu dot org
2008-05-13 15:01 ` rguenth at gcc dot gnu dot org
2008-08-15 23:54 ` pinskia at gcc dot gnu dot org
2009-04-22 21:56 ` rguenth at gcc dot gnu dot org
2009-04-25 22:24 ` steven at gcc dot gnu dot org
2009-04-26 16:37 ` 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).