https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49611
Andi Kleen <andi-gcc at firstfloor dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andi-gcc at firstfloor dot org
--- Comment #7 from Andi Kleen <andi-gcc at firstfloor dot org> ---
You can do many of these things these days with asm goto, however it typically
requires non-structured control flow (goto labels)
https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#GotoLabels
