Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11756: boost.Test: non standards compliant use of FE_* macros (unable to compile boost test library on FPU-less arches)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-01-03 13:08:59
#11756: boost.Test: non standards compliant use of FE_* macros (unable to compile
boost test library on FPU-less arches)
----------------------------------+------------------------
Reporter: bartosz.krasinski@⦠| Owner: renficiaud
Type: Patches | Status: reopened
Milestone: Boost 1.63.0 | Component: test
Version: Boost 1.59.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------+------------------------
Comment (by anonymous):
Maybe you just have to come back on some modifications:
in boost/test/impl/execution_monitor.ipp lines 1378 and 1418, change:
{{{
#elif defined(__GLIBC__) && defined(__USE_GNU)
}}}
by
{{{
#elif defined(__GLIBC__) && defined(__USE_GNU) && !defined(BOOST_CLANG) &&
!defined(BOOST_NO_FENV_H)
}}}
This works on my side with the Intel compiler. But I'm not sure that this
will not introduce a new regression for the CLang compiler, I don't know
if CLang support floatingpoint exceptions.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11756#comment:30> 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:20 UTC