[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/2d9a5bc18268a6c81e8cc69c2a036c5bc9c3875d fix Issue 15861 - [REG 2.069] Wrong double-to-string

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/241f18c260618fe9b7083d29d8d975391a8a2561 Merge pull request #5650 from WalterBright/fix15861

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-12 Thread via Digitalmars-d-bugs
from WalterBright/fix15861 fix Issue 15861 - [REG 2.069] Wrong double-to-string conversion with -O https://github.com/D-Programming-Language/dmd/commit/388fb366bc309c174b63014efae273695082759d Merge pull request #5655 from 9rnsr/fix15861 Cherry-pick commits for issue 15861 fix from master

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 --- Comment #6 from Walter Bright --- Vladimir's reduced test case: void main() { double val = 4286853117.; (){ assert(val == 4286853117.); }(); } --

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 --- Comment #5 from Walter Bright --- (In reply to Vladimir Panteleev from comment #3) > Thanks. In the future, you can let me know if you'd like a completely > reduced test case. I'd always prefer a completely reduced

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-12 Thread via Digitalmars-d-bugs
2.069] Wrong double-to-string conversion with -O https://github.com/D-Programming-Language/dmd/commit/74ed68472924f4a7104af6ef369a9ad23920cbbf Merge pull request #5650 from WalterBright/fix15861 fix Issue 15861 - [REG 2.069] Wrong double-to-string conversion with -O --

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 --- Comment #3 from Vladimir Panteleev --- Thanks. In the future, you can let me know if you'd like a completely reduced test case. --

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 --- Comment #2 from Walter Bright --- https://github.com/D-Programming-Language/dmd/pull/5650 --

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 Walter Bright changed: What|Removed |Added CC|

[Issue 15861] [REG 2.069] Wrong double-to-string conversion with -O

2016-04-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15861 Vladimir Panteleev changed: What|Removed |Added Summary|Wrong double-to-string |[REG 2.069]