From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20224 invoked by alias); 6 May 2010 08:07:00 -0000 Received: (qmail 20145 invoked by uid 48); 6 May 2010 08:06:46 -0000 Date: Thu, 06 May 2010 08:07:00 -0000 Message-ID: <20100506080646.20144.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug inline-asm/43998] inline assembler: can't set clobbering for input register In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-05/txt/msg00533.txt.bz2 ------- Comment #2 from jakub at gcc dot gnu dot org 2010-05-06 08:06 ------- To answer the exact question, yes, using a dummy variable as output (perhaps with "1" instead of "a" for the matching input) is the right fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43998