Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10113: [1.55] no lock-free synchronization on Solaris 10 sparcv9 (sp_counted_base.hpp)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-06-12 11:38:01
#10113: [1.55] no lock-free synchronization on Solaris 10 sparcv9
(sp_counted_base.hpp)
-------------------------------+-----------------------------
Reporter: anonymous | Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building Boost
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords: lock-free sync.
-------------------------------+-----------------------------
Comment (by anonymous):
Forget about the last issue in previous comment.
Being recogized as either __sparcv8 or __sparcv9 is an issue of the
compile flags - using 32bit or 64bit for compilation:
{{{
$ echo "" | /usr/local/gcc-4.7.2/bin/g++ -m32 -E -dM - | grep sparc
#define sparc 1
#define __sparc__ 1
#define __sparcv8 1
#define __sparc 1
$ echo "" | /usr/local/gcc-4.7.2/bin/g++ -m64 -E -dM - | grep sparc
#define sparc 1
#define __sparc__ 1
#define __sparcv9 1
#define __sparc 1
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10113#comment:3> 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:16 UTC