https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19969
--- Comment #3 from Andrew Pinski ---
Note starting with GCC 4.5, gcc adds asm goto which can be used to do what is
needed to be done here.
--- Comment #2 from schwab at suse dot de 2008-01-01 09:22 ---
*** Bug 34634 has been marked as a duplicate of this bug. ***
--
schwab at suse dot de changed:
What|Removed |Added
-
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-15
03:14 ---
This is not a bug, Labels can be moved if you don't use them as computed gotos
in which this case you
don't use it for that. Also note asms cannot, I repeat cannot change the flow
of a program at all.
-