[Nasm-bugs] [Bug 3392368] "exponent 32 is too large" undefined behavior at float.c line 559.

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Sun Oct 23 00:19:48 PDT 2016


https://bugzilla.nasm.us/show_bug.cgi?id=3392368

Brooks Moses <bmoses at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bmoses at google.com

--- Comment #1 from Brooks Moses <bmoses at google.com> ---
Sorry, looks like I mistyped -- as the traceback clearly says, the offending
shift is on line 553, not 559, of float.c:

  if (ms <= 0) {
    *mp |= v >> -ms;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list