https://issues.dlang.org/show_bug.cgi?id=20972
--- Comment #2 from Dlang Bot <[email protected]> --- @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 --
