Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 21679 invoked from network); 20 Sep 2007 20:31:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 20:31:12 -0000 Received: (qmail 60240 invoked by uid 500); 20 Sep 2007 20:31:03 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 60223 invoked by uid 500); 20 Sep 2007 20:31:03 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 60212 invoked by uid 99); 20 Sep 2007 20:31:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 13:31:03 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 20:31:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4EC2A71403E for ; Thu, 20 Sep 2007 13:30:51 -0700 (PDT) Message-ID: <16756063.1190320251015.JavaMail.jira@brutus> Date: Thu, 20 Sep 2007 13:30:51 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-567) [Sun C++/Linux/x86] assembler error on xchg in i86/atomic.s In-Reply-To: <17474266.1190319830773.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-567: ----------------------------------- Assignee: Martin Sebor > [Sun C++/Linux/x86] assembler error on xchg in i86/atomic.s > ----------------------------------------------------------- > > Key: STDCXX-567 > URL: https://issues.apache.org/jira/browse/STDCXX-567 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: trunk > Environment: Sun C++ 5.9/Linux/x86 > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: trunk > > > All Sun C++ 5.9 builds on Linux/x86 are failing with the error below: > ... > gmake: Entering directory `$(BUILDDIR)/lib' > CC -c -D_RWSTDDEBUG -I$(TOPDIR)/include -I$(BUILDDIR)/include -library=%none -g -m32 +w -errtags -erroff=hidef -KPIC $(TOPDIR)/src/assert.cpp > CC -c -D_RWSTDDEBUG -I$(TOPDIR)/include -I$(BUILDDIR)/include -library=%none -g -m32 +w -errtags -erroff=hidef -KPIC $(TOPDIR)/src/atomic-cxx.S > Assembler: > "$(TOPDIR)/src/i86/atomic.s", line 60 : Syntax error > Near line: " xchg %al, (%ecx)" > gmake: *** [atomic-cxx.o] Error 127 > gmake: Leaving directory `$(BUILDDIR)/lib' > Command exited with non-zero status 2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.