[Issue 20972] wrong real literals on windows

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 11 20:18:07 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20972

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
@kinke updated dlang/dmd pull request #11387 "Fix Issue 20951 - Don't use
excess precision when parsing single- and double-precision literals" mentioning
this issue:

- Use strtold_dm() instead of DMC strtold() for parsing real literals

  I.e., only when using a DMD host compiler *and* -m32.

  This is a preparation for a fix for issue #20972 - fixing strtold_dm()
  will fix parsed real literals on Windows in general (and not only when
  linking DMD against the MSVC runtime).

https://github.com/dlang/dmd/pull/11387

--


More information about the Digitalmars-d-bugs mailing list