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

2020-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14203

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Dlang Bot  ---
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

--


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

2020-09-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14203

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #5 from Dlang Bot  ---
@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

--


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

2020-08-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14203

Walter Bright  changed:

   What|Removed |Added

   Keywords||backend
 CC||bugzi...@digitalmars.com

--


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

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14203

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

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

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

--


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

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14203

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

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

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

--


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

2015-02-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14203

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

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

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

--


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

2015-02-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14203

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

https://github.com/D-Programming-Language/dmd/commit/c73f7fefb952adbf8f5bfc28d87854926033
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

--