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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |missed-optimization
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-12-14
     Ever Confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-14 
23:23:20 UTC ---
++i<1+flag gets changed to:
++i<=flag

Which we don't turn back into:
++i<(flag?1:2)

Reply via email to