From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14277 invoked by alias); 8 Apr 2013 08:04:33 -0000 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 Received: (qmail 14232 invoked by uid 48); 8 Apr 2013 08:04:29 -0000 From: "ilya.lesokhin at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug inline-asm/43998] inline assembler: can't set clobbering for input register Date: Mon, 08 Apr 2013 08:04:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: inline-asm X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ilya.lesokhin at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-04/txt/msg00600.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43998 Ilya Lesokhin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ilya.lesokhin at gmail dot | |com --- Comment #13 from Ilya Lesokhin 2013-04-08 08:04:28 UTC --- Andrew Pinski said: > Use an output register that says it clobbers that register. This indeed works for normal inline assembler, but it doesn't work for asm goto which currently doesn't have outputs. maybe the Bug should be reopened for newer versions of GCC?