From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31212 invoked by alias); 14 Mar 2005 05:51:49 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 31170 invoked by uid 48); 14 Mar 2005 05:51:47 -0000 Date: Mon, 14 Mar 2005 05:51:00 -0000 Message-ID: <20050314055147.31169.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050314054454.20468.ltg@zes.uni-bremen.de> References: <20050314054454.20468.ltg@zes.uni-bremen.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug inline-asm/20468] LABEL already defined in inline-asm X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg01690.txt.bz2 List-Id: ------- 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