https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80053
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
In comment #0 there is no computed goto and there for the label can go
anywhere.
See PR 28581.
There is a good solution on how to fix the code from breaking in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101559#c4 too.