Boost C++ Libraries: Ticket #12167: cpp_bin_float exponent overflow in division https://svn.boost.org/trac10/ticket/12167 <p> When an exponent of result of division is out of range it wraps around producing bogus result instead of proper 0 or inf. </p> <p> Platform: Mingw, gcc 5.3.0, x64. All optimization levels. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12167 Trac 1.4.3 Michael Shatz Thu, 28 Apr 2016 14:24:43 GMT attachment set https://svn.boost.org/trac10/ticket/12167 https://svn.boost.org/trac10/ticket/12167 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">div_test.cpp</span> </li> </ul> <p> demonstrate overflow/underflow of exponent during divison (cpp_bin_float) </p> Ticket John Maddock Wed, 11 May 2016 12:16:11 GMT owner set https://svn.boost.org/trac10/ticket/12167#comment:1 https://svn.boost.org/trac10/ticket/12167#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">John Maddock</span> </li> </ul> Ticket John Maddock Wed, 11 May 2016 18:34:55 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12167#comment:2 https://svn.boost.org/trac10/ticket/12167#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in <a class="ext-link" href="https://github.com/boostorg/multiprecision/commit/ad245b44ff2a0fd099976c071ef55f9c7f951dc3"><span class="icon">​</span>https://github.com/boostorg/multiprecision/commit/ad245b44ff2a0fd099976c071ef55f9c7f951dc3</a> </p> Ticket