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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Label with address taken    |asm goto interacting with
                   |should prevent duplication  |computed gotos and taking
                   |of containing basic block   |address of label extensions
           Keywords|                            |documentation

--- Comment #16 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I think this interaction should be documented as being invalid and that is it.
As we already describe that requirement of a computed goto for address of
labels to be in the correct location. I think treating an inline-asm goto as a
computed goto is not very useful; maybe if there is an new feature to would be
have a way to treat some inline-asm goto's as a computed goto might be useful.

Reply via email to