Subject: [Boost-bugs] [Boost C++ Libraries] #9447: atomic/detail/gcc-ppc.hpp: Bad ppc assembler?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-12-01 07:20:34
#9447: atomic/detail/gcc-ppc.hpp: Bad ppc assembler?
------------------------------+--------------------------
Reporter: smr@⦠| Owner: timblechmann
Type: Bugs | Status: new
Milestone: To Be Determined | Component: atomic
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
------------------------------+--------------------------
Supercollider is FTBFS in ppc, with the following message:
{{{
/tmp/cc01sBbv.s: Assembler messages:
/tmp/cc01sBbv.s:7543: Error: operand out of range (0x000000000001cd58 is
not between 0xffffffffffff8000 and 0x0000000000007ffc)
/tmp/cc01sBbv.s:7545: Error: operand out of range (0x000000000001cd50 is
not between 0xffffffffffff8000 and 0x0000000000007ffc)
}}}
The generated assembler relevant section:
{{{
#APP
# 1160 "/usr/include/boost/atomic/detail/gcc-ppc.hpp" 1
lwarx 7,0,11
cmpw 7, 9
bne- 2f
stwcx. 10,0,11
bne- 2f
addi 8,0,1
}}}
The faulty lines are the bne- instructions. These instructions are
manually written in gcc-ppc.hpp.
Reported as Debian bug #723117.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9447> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC