https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105203
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 52837
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52837&action=edit
gcc12-pr105203.patch
Untested fix.
Other callers of mark_jump_label like mark_all_labels only call it on non-debug
insns, but this function calls it even for those.