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)

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-03-11 10:02:22


#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.64.0 | Component: test
   Version: Boost 1.59.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------+------------------------

Comment (by renficiaud):

 Hi Jörg,

 Thanks for looking at this as well! The macro definitions you report are
 weird:

 {{{
   #if !defined(BOOST_NO_FENV_H) && !defined(BOOST_CLANG) && \
       (defined(__GLIBC__) && defined(__USE_GNU))
   //! Indicates that floating point exception handling is supported for
 the
   //! non SEH version of it, for the GLIBC extensions only
   #define BOOST_TEST_FPE_SUPPORT_WITH_GLIBC_EXTENSIONS__
   #endif
 }}}

 this means that if ```BOOST_NO_FENV_H``` is defined, then
 ```BOOST_TEST_FPE_SUPPORT_WITH_GLIBC_EXTENSIONS__``` cannot be defined.
 Are you on revision ```6f0d88ca9db00b449a795afa3218b815fe8c01b0``` ? (I
 forced pushed like 1 hour ago)

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11756#comment:46>
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-03-11 10:07:12 UTC