• Alexey Kopytov's avatar
    Bug #45882: dtoa.c might not work with gcc 4.4.0 · c80bf763
    Alexey Kopytov authored
    - Ported relevant changes from the upstream version to not
    break strict-aliasing rules and to fix compiler warnings and
    and infinite loops caused by that issue.
    
    - Fixed compilation with Honor_FLT_ROUNDS defined.
    
    - Fixed an unused variable warning.
    c80bf763
dtoa.c 63.9 KB