https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106913
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|marxin at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Target Milestone|--- |13.0
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
That looks like we fail to clear an auto_bb_flag but verification should also
catch that earlier ... huh. Maybe we fail to verify that for ENTRY/EXIT.
I have a patch.