|--- |FIXED
--- Comment #5 from Dlang Bot ---
dlang/dmd pull request #9573 "translate strtold.c to strtold.d" was merged into
master:
- 67d7642915bb73949876b5091e9fa1f05a568d6b by Rainer Schuetze:
fix Issue 18810 - root/ctfloat depends upon backend
translate strtold.c t
---
@rainers updated dlang/dmd pull request #9573 "translate strtold.c to
strtold.d" fixing this issue:
- fix Issue 18810 - root/ctfloat depends upon backend
translate strtold.c to D
https://github.com/dlang/dmd/pull/9573
--
https://issues.dlang.org/show_bug.cgi?id=18810
--- Comment #3 from ki...@gmx.net ---
Just to be clear, LDC itself has no need for ld_sprint or strtold_dm. We let
LLVM do the parsing and printing (in arbitrary precision).
DMD needs it for building with an LDC host compiler on Windows, as LDC uses
https://issues.dlang.org/show_bug.cgi?id=18810
Walter Bright changed:
What|Removed |Added
CC||bugzi...@digitalmars.com
--- Comment #2 from
https://issues.dlang.org/show_bug.cgi?id=18810
ki...@gmx.net changed:
What|Removed |Added
CC||ki...@gmx.net
--- Comment #1 from ki...@gmx.n
https://issues.dlang.org/show_bug.cgi?id=18810
Richard Cattermole changed:
What|Removed |Added
CC||alphaglosi...@gmail.com
--