This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/20468] LABEL already defined in inline-asm
- 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: 14 Mar 2005 05:51:47 -0000
- Subject: [Bug inline-asm/20468] LABEL already defined in inline-asm
- References: <20050314054454.20468.ltg@zes.uni-bremen.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-14 05:51 -------
This is invalid, as mmxsupport gets inlined into jpeg_CreateDecompress creating the label
NOT_SUPPORTED twice. Either use noinline on that function or use the correct way of creating a label in
inline-asm: 0 and 0f.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20468