[Issue 17185] Error: number '0x0.0123p-1022' is not representable
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Feb 15 11:21:39 PST 2017
https://issues.dlang.org/show_bug.cgi?id=17185
Stefan Koch <uplink.coder at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |uplink.coder at gmail.com
--- Comment #2 from Stefan Koch <uplink.coder at gmail.com> ---
This occurs because dmd's parser calls strtold from the c runtime to parse
floats.
apparently ubuntu 12.04 version of the runtime does mess this up.
--
More information about the Digitalmars-d-bugs
mailing list