Re: [Boost-bugs] [Boost C++ Libraries] #8133: multiprecision, failed gcd tests (test_cpp_int.cpp)

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8133: multiprecision, failed gcd tests (test_cpp_int.cpp)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-21 13:54:27


#8133: multiprecision, failed gcd tests (test_cpp_int.cpp)
---------------------------------------------------+------------------------
  Reporter: Stepan Podoskin <stepik-777@…> | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: multiprecision
   Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords:
---------------------------------------------------+------------------------

Comment (by johnmaddock):

 Thanks for the report - However I'm having trouble reproducing here, note
 that your random generator code above either returns 0 or 1, I assume the
 last line should read:
 {{{
 return (val == 0) ? 1 : val;
 }}}
 ?

 However, even then neither random numbers generated as above, nor the
 specific test values printed out in your log trigger errors for me. What
 compiler/platform is this? I'm testing on Win32 VC10 here, but I can
 switch to 64-bit Linux if that's the thing I'm missing.

 BTW the report you outputted, contains line numbers that don't match up to
 anything in test_cpp_int.cpp - I guess because you modified that file?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8133#comment:1>
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:12 UTC