From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9436 invoked by alias); 24 Apr 2013 06:09:06 -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 9400 invoked by uid 48); 24 Apr 2013 06:09:02 -0000 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/57017]=?UTF-8?Q?=20=C2=ABError?=: expecting string instruction after `rep'=?UTF-8?Q?=C2=BB=20in=20code=20w?=/o inline assembly Date: Wed, 24 Apr 2013 06:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Target 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/msg01996.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57017 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |x86_64-slackware-linux --- Comment #5 from Andrew Pinski 2013-04-24 06:09:02 UTC --- What binutils version are you using? You can find out by doing "as --version". I think this is a bug in the version of binutils you are using the generated assembly is: " rep; ret " which is a valid assembly for x86_64.