public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/17955] New: Perform associative optimization when it is safe
@ 2004-10-12 20:38 fjahanian at apple dot com
  2004-10-13 13:43 ` [Bug tree-optimization/17955] " pinskia at gcc dot gnu dot org
  2005-07-26 13:14 ` dberlin at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: fjahanian at apple dot com @ 2004-10-12 20:38 UTC (permalink / raw)
  To: gcc-bugs

PR/17892  was filed because gcc-4.0 performs an unsafe optimization of (X*C)*C into X*(C*C).
Fix to this PR prevents certain safe transformation; such as X*2.0*2.0->X*4.0 from taking place.
This PR is to track this enhancement.

-- 
           Summary: Perform associative optimization when it is safe
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: tree-optimization
        AssignedTo: roger at eyesopen dot com
        ReportedBy: fjahanian at apple dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: apple-ppc-darwin
  GCC host triplet: apple-ppc-darwin
GCC target triplet: apple-ppc-darwin


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


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

end of thread, other threads:[~2005-07-26 13:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-12 20:38 [Bug tree-optimization/17955] New: Perform associative optimization when it is safe fjahanian at apple dot com
2004-10-13 13:43 ` [Bug tree-optimization/17955] " pinskia at gcc dot gnu dot org
2005-07-26 13:14 ` dberlin 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).