November 10, 2014 [dmd-internals] [D-Programming-Language/dmd] 69a574: Fix Issue 13707 - msvc32 C++ struct return ABI not... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 69a5745cdb2077936423920cc56c8e5a5934d1d7 https://github.com/D-Programming-Language/dmd/commit/69a5745cdb2077936423920cc56c8e5a5934d1d7 Author: Daniel Murphy <yebblies@gmail.com> Date: 2014-11-11 (Tue, 11 Nov 2014) Changed paths: M src/toir.c M test/runnable/cppa.d M test/runnable/extra-files/cppb.cpp Log Message: ----------- 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++. Commit: 452cfcc1f20c505f5844a993c6731839325e5e63 https://github.com/D-Programming-Language/dmd/commit/452cfcc1f20c505f5844a993c6731839325e5e63 Author: Martin Nowak <code@dawg.eu> Date: 2014-11-10 (Mon, 10 Nov 2014) Changed paths: M src/toir.c M test/runnable/cppa.d M test/runnable/extra-files/cppb.cpp Log Message: ----------- Merge pull request #4124 from yebblies/issue13707 [DDMD] Issue 13707 - msvc32 C++ struct return ABI not followed for structs with constructors Compare: https://github.com/D-Programming-Language/dmd/compare/6e715742066e...452cfcc1f20c |
Copyright © 1999-2021 by the D Language Foundation