From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83112 invoked by alias); 11 Jun 2015 21:24:19 -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 83052 invoked by uid 48); 11 Jun 2015 21:24:15 -0000 From: "howarth.at.gcc at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/66509] the new clang-based assembler in Xcode 7 on 10.11 fails on the libjava/java/lang/reflect/natArray.cc file from FSF gcc 5.1 at -m32 Date: Thu, 11 Jun 2015 21:24: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-Version: 5.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: howarth.at.gcc at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-06/txt/msg01159.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66509 --- Comment #16 from Jack Howarth --- (In reply to mrs@gcc.gnu.org from comment #15) > The fix requires that binutils also support the () spelling as the test runs > on all x86 systems. Also, it will break systems older then when () was > first introduced, if it was after filds itself was supported. I don't know > when each was new. Seems like a question for H.J. Lu. Also, it looks like we already have a few instances of that syntax in current gcc trunk... % grep " (%" gcc/configure $as_echo 'lock xacquire cmpxchg %esi, (%ecx)' > conftest.s lock addl %edi, (%eax,%esi) lock orl $0, (%esp)' > conftest.s