[Issue 20972] wrong real literals on windows
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Aug  9 02:00:58 UTC 2020
    
    
  
https://issues.dlang.org/show_bug.cgi?id=20972
Walter Bright <bugzilla at digitalmars.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
This comes down to a problem with strtold() in the Digital Mars C compiler
runtime.
https://github.com/DigitalMars/dmc/blob/master/src/core/strtold.c
I'm not sure where the problem in that function is.
--
    
    
More information about the Digitalmars-d-bugs
mailing list