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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
It behaves exactly as designed.
There needs to be an edge in the control flow graph to the label, if there
isn't, even when the label is referenced in some &&label computed value, it
can't be validly called and thus the label becomes a "deleted label" and can
move anywhere in the function.

Reply via email to