https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116483
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-08-26 Ever confirmed|0 |1 Status|UNCONFIRMED |WAITING --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I am trying to understand the use case here. Is it for someone analyzing the code after the fact or for something else. Can you provide a full example of what you want and explain why computed goto cannot be used instead of the inline-asm. It is not obvious from reading your explanation why you need the asm goto here.