[Issue 18139] dmd32: bad conversion of floating-point to string

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18139

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


[Issue 18139] dmd32: bad conversion of floating-point to string

2018-12-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18139

Nick Treleaven  changed:

   What|Removed |Added

 CC||n...@geany.org
   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=19124

--


[Issue 18139] dmd32: bad conversion of floating-point to string

2017-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18139

--- Comment #1 from Ivan Kazmenko  ---
Walter Bright had the following to say about the issue:

> The issue is really with the DMC++ C runtime library, as that is what Phobos 
> relies on for floating point formatting.

Still, the issue seems to belong to druntime by the tracker classification.
(Or Phobos if the fix would decouple it from snprintf.)

--