Thread overview
[Issue 14718] float parsing depends on libc strtold precision
Jun 22, 2015
Martin Nowak
Dec 17, 2022
Iain Buclaw
June 21, 2015
https://issues.dlang.org/show_bug.cgi?id=14718

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/eaeeccd4ac4845d07331ef6044e2050aca14b90a workaround Issue 14718 - float parsing depends on platform strtold

- comment out the affected unittests for now

https://github.com/D-Programming-Language/phobos/commit/53dbbaa2bc18723a0a6d67a78fe0eb517430a50a Merge pull request #3433 from MartinNowak/workaround14718

workaround Issue 14718 - float parsing depends on platform strtold

--
June 21, 2015
https://issues.dlang.org/show_bug.cgi?id=14718

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei@erdani.com

--- Comment #2 from Andrei Alexandrescu <andrei@erdani.com> ---
Same problem on Centos 6.

--
June 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14718

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
Sounds a lot like this glibc bug [14047 – strtof gives spurious ERANGE errors](https://sourceware.org/bugzilla/show_bug.cgi?id=14047) which got fixed with glibc 2.17.

--
July 25, 2015
https://issues.dlang.org/show_bug.cgi?id=14718

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/eaeeccd4ac4845d07331ef6044e2050aca14b90a workaround Issue 14718 - float parsing depends on platform strtold

https://github.com/D-Programming-Language/phobos/commit/53dbbaa2bc18723a0a6d67a78fe0eb517430a50a Merge pull request #3433 from MartinNowak/workaround14718

--
July 19, 2017
https://issues.dlang.org/show_bug.cgi?id=14718

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/eaeeccd4ac4845d07331ef6044e2050aca14b90a workaround Issue 14718 - float parsing depends on platform strtold

https://github.com/dlang/phobos/commit/53dbbaa2bc18723a0a6d67a78fe0eb517430a50a Merge pull request #3433 from MartinNowak/workaround14718

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14718

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2

--