[Bug c/19969] Labels broken when passed into inline assembly.

2024-03-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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.

[Bug c/19969] Labels broken when passed into inline assembly.

2008-01-01 Thread schwab at suse dot de
--- 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

[Bug c/19969] Labels broken when passed into inline assembly.

2005-02-14 Thread pinskia at gcc dot gnu dot org
--- 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.