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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2025-11-20
             Status|UNCONFIRMED                 |WAITING
     Ever confirmed|0                           |1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I noticed after my patch for PR 122734, lsplit is doing something for this code
now. I also notice that lsplit is working correctly with the
`if(a)__builtin_unreachable();` calls removed too.

So I think this is just a dup of bug 122734 where ch is not copying the full
loop header in that case.

Reply via email to