This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/19969] Labels broken when passed into inline assembly.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Feb 2005 03:14:15 -0000
- Subject: [Bug c/19969] Labels broken when passed into inline assembly.
- References: <20050215031100.19969.estith@cs.und.edu>
- Reply-to: gcc-bugzilla 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.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19969