[Issue 20760] checkaction=context doesnt print floating point numbers correctly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Apr 22 13:11:49 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20760
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@MoonlightSentinel created dlang/druntime pull request #3058 "Fix Issue 20760 -
checkaction=context doesnt print floating point num…" fixing this issue:
- 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