https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113590

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot 
gnu.org
   Last reconfirmed|                            |2024-01-25
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.  Should be reasonably easy to fix - we either move all induction
variable updates to the latch or compute them with unsigned arithmetic
(we usually prefer an empty latch).

Reply via email to