[dmd-internals] [D-Programming-Language/dmd] 69a574: Fix Issue 13707 - msvc32 C++ struct return ABI not...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Nov 10 06:45:40 PST 2014
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 at 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 at 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
More information about the dmd-internals
mailing list