[Issue 13707] msvc32 C++ struct return ABI not followed for structs with constructors

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Nov 10 06:45:42 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13707

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

https://github.com/D-Programming-Language/dmd/commit/69a5745cdb2077936423920cc56c8e5a5934d1d7
Fix Issue 13707 - msvc32 C++ struct return ABI not followed for structs with
constructors

A constructor should stop a struct from being passed in registers on win32/C++.

https://github.com/D-Programming-Language/dmd/commit/452cfcc1f20c505f5844a993c6731839325e5e63
Merge pull request #4124 from yebblies/issue13707

[DDMD] Issue 13707 - msvc32 C++ struct return ABI not followed for structs with
constructors

--


More information about the Digitalmars-d-bugs mailing list