Subject: [Boost-bugs] [Boost C++ Libraries] #2287: pi test runtime failures
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-09-05 02:11:36
#2287: pi test runtime failures
--------------------------+-------------------------------------------------
Reporter: dave | Owner: gmelquio
Type: Bugs | Status: new
Milestone: Boost 1.37.0 | Component: interval
Version: Boost 1.35.0 | Severity: Problem
Keywords: |
--------------------------+-------------------------------------------------
On Suse Linux Enterprise Server 10, with the default installed gcc-4.0.1,
I am getting the following errors:
{{{
/zorak/sles/boost_1_35_0/libs/numeric/interval/test/pi.cpp(37): test
subset(pi_f, widen(I_f((float) PI), (std::numeric_limits<float> ::min)()))
failed in function: 'int test_main(int, char**)'
/zorak/sles/boost_1_35_0/libs/numeric/interval/test/pi.cpp(38): test
subset(pi_d, widen(I_d((double)PI), (std::numeric_limits<double>::min)()))
failed in function: 'int test_main(int, char**)'
}}}
My bjam command-line is:
{{{
#!/sh
~/bin/bjam -sHAVE_ICU=1 -sEXPAT_INCLUDE=/usr/include
-sEXPAT_LIBPATH=/usr/lib64 --debug-configuration -j4 release --build-
dir=/zorak/sles/build cxxflags=-Wno-non-virtual-dtor
}}}
Even if there is no immediate fix, an explanation would be helpful.
Thanks!
-- Ticket URL: <http://svn.boost.org/trac/boost/ticket/2287> 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:49:58 UTC