This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13552] gcc 'optimizes' position of label
- 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: 3 Jan 2004 01:56:53 -0000
- Subject: [Bug optimization/13552] gcc 'optimizes' position of label
- References: <20040103014517.13552.jbemmel@zonnet.nl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-03 01:56 -------
The code is invalid as you cannot jump out of an asm.
Also you cannot depend on the optimizing compilers not moving labels.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13552