Thread overview
[Issue 14203] Return of floating point values from extern(C++) member functions does not match dmc
Aug 29, 2020
Walter Bright
Sep 03, 2020
Dlang Bot
Sep 03, 2020
Dlang Bot
February 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14203

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

https://github.com/D-Programming-Language/dmd/commit/c73f7fefb952adbf8f5bfc28d872222854926033 Add workaround for issue 14203

https://github.com/D-Programming-Language/dmd/commit/b1ace291ac3078b55f9895177fe13b3f537874d9 Merge pull request #4423 from yebblies/floatworkaround

[DDMD] Add workaround for issue 14203

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

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c73f7fefb952adbf8f5bfc28d872222854926033 Add workaround for issue 14203

https://github.com/D-Programming-Language/dmd/commit/b1ace291ac3078b55f9895177fe13b3f537874d9 Merge pull request #4423 from yebblies/floatworkaround

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

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

https://github.com/D-Programming-Language/dmd/commit/c73f7fefb952adbf8f5bfc28d872222854926033 Add workaround for issue 14203

https://github.com/D-Programming-Language/dmd/commit/b1ace291ac3078b55f9895177fe13b3f537874d9 Merge pull request #4423 from yebblies/floatworkaround

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

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

https://github.com/dlang/dmd/commit/c73f7fefb952adbf8f5bfc28d872222854926033 Add workaround for issue 14203

https://github.com/dlang/dmd/commit/b1ace291ac3078b55f9895177fe13b3f537874d9 Merge pull request #4423 from yebblies/floatworkaround

--
August 29, 2020
https://issues.dlang.org/show_bug.cgi?id=14203

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend
                 CC|                            |bugzilla@digitalmars.com

--
September 03, 2020
https://issues.dlang.org/show_bug.cgi?id=14203

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11675 "fix Issue 14203 - Return of floating point values from extern(C++) me…" fixing this issue:

- fix Issue 14203 - Return of floating point values from extern(C++) member functions does not match dmc

https://github.com/dlang/dmd/pull/11675

--
September 03, 2020
https://issues.dlang.org/show_bug.cgi?id=14203

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11675 "fix Issue 14203 - Return of floating point values from extern(C++) me…" was merged into master:

- 20a2eb3264270d7f42fc71237e3f42331afe9ed3 by Walter Bright:
  fix Issue 14203 - Return of floating point values from extern(C++) member
functions does not match dmc

https://github.com/dlang/dmd/pull/11675

--