From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28072 invoked by alias); 15 Feb 2005 03:14:18 -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 27848 invoked by uid 48); 15 Feb 2005 03:14:15 -0000 Date: Tue, 15 Feb 2005 16:18:00 -0000 Message-ID: <20050215031415.27847.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050215031100.19969.estith@cs.und.edu> References: <20050215031100.19969.estith@cs.und.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/19969] Labels broken when passed into inline assembly. X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg01577.txt.bz2 List-Id: ------- 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