[Issue 20760] checkaction=context doesnt print floating point numbers correctly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Apr 23 12:56:27 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20760
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #3058 "Fix Issue 20760 - checkaction=context doesnt
print floating point num…" was merged into master:
- 8134855a24b09e89ebe12012f85b3deee947ee96 by MoonlightSentinel:
Fix Issue 20760 - checkaction=context doesnt print floating point numbers
correctly
This fixes most issues allthough casting from real to c_long_double might be
problematic for platforms where D's real uses 80 bits but C's long double is
only 64 bit wide (e.g. Win64).
https://github.com/dlang/druntime/pull/3058
--
More information about the Digitalmars-d-bugs
mailing list