[Bug tree-optimization/57702] Reassoc missed optimizations

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 25 08:03:00 GMT 2013


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-06-25
     Ever confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Yeah, well.  reassoc needs an audit on places where we may not associate
blindly for TYPE_OVERFLOW_UNDEFINED/TRAPS.  Its general machinery is just
not prepared for such limitation (for example ops list sorting cannot
be done in general, linearization cannot be done in general, etc.)



More information about the Gcc-bugs mailing list