January 10, 2015 [dmd-internals] [D-Programming-Language/dmd] de8bbd: Fix Issue 13956 - 64 bit C ABI not followed for pa... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: de8bbd38f9b87de55ec39cbd38ab6ea0b34d579e https://github.com/D-Programming-Language/dmd/commit/de8bbd38f9b87de55ec39cbd38ab6ea0b34d579e Author: Daniel Murphy <yebblies@gmail.com> Date: 2015-01-09 (Fri, 09 Jan 2015) Changed paths: M src/argtypes.c M src/toir.c M test/runnable/cppa.d M test/runnable/extra-files/cppb.cpp Log Message: ----------- Fix Issue 13956 - 64 bit C ABI not followed for passing empty structs Empty structs should never be allocated a register Commit: 6340c23d1ce5d643d3e2392e51d93fa02ecea07a https://github.com/D-Programming-Language/dmd/commit/6340c23d1ce5d643d3e2392e51d93fa02ecea07a Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2015-01-10 (Sat, 10 Jan 2015) Changed paths: M src/argtypes.c M src/toir.c M test/runnable/cppa.d M test/runnable/extra-files/cppb.cpp Log Message: ----------- Merge pull request #4266 from yebblies/issue13956 Issue 13956 - 64 bit C ABI not followed for passing empty structs Compare: https://github.com/D-Programming-Language/dmd/compare/27fe5ea2340c...6340c23d1ce5 |
Copyright © 1999-2021 by the D Language Foundation