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

Alexandre Oliva <aoliva at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2023-12-20

--- Comment #2 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
Mine.  memset gets expanded into a loop and inserted in an edge, and when
committing the insertion, we complain that the sequence ends in a jump.  AFAICT
it's fine if it does during expand, we'll break up blocks at suitable spots
only after committing the edge inserts from PHI nodes.  Relaxing the assert...

Reply via email to