@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
Comment #3 by robert.schadek — 2024-12-13T19:09:40Z