Subject: [Boost-bugs] [Boost C++ Libraries] #11565: Compilation error with gcc 5.2 and segmented stacks
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-08-20 17:04:59
#11565: Compilation error with gcc 5.2 and segmented stacks
----------------------------------------------+---------------------
Reporter: Philipp Koegel <philippkoegel@â¦> | Owner: olli
Type: Bugs | Status: new
Milestone: To Be Determined | Component: context
Version: Boost Release Branch | Severity: Problem
Keywords: |
----------------------------------------------+---------------------
When using gcc 5.2 with BOOST_USE_SEGMENTED_STACKS defined I get an
compilation error in detail/config.hpp, saying my compiler doesn't support
segmented stacks even though it does.
The culprit is this check in detail/config.hpp:53: '__GNUC__ > 3 &&
__GNUC_MINOR__ > 6' which obviously fails with version 5.2.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11565> 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:18 UTC