[dmd-internals] [D-Programming-Language/dmd] 5dea18: Fix Issue 13955 - 64 bit C ABI not followed for pa...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Jan 8 10:46:45 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 5dea1855f04a9e51839c33575d52139032437fc9
https://github.com/D-Programming-Language/dmd/commit/5dea1855f04a9e51839c33575d52139032437fc9
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
M src/argtypes.c
M test/runnable/cppa.d
M test/runnable/extra-files/cppb.cpp
Log Message:
-----------
Fix Issue 13955 - 64 bit C ABI not followed for passing structs with mixed floating types
Check code in argtypes.c should be checking that both types can be passed in xmm registers.
Commit: ccec6fb22bce0e4ea351f14f1a2d472a883ae2f2
https://github.com/D-Programming-Language/dmd/commit/ccec6fb22bce0e4ea351f14f1a2d472a883ae2f2
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M src/argtypes.c
M test/runnable/cppa.d
M test/runnable/extra-files/cppb.cpp
Log Message:
-----------
Merge pull request #4265 from yebblies/issue13955
Issue 13955 - 64 bit C ABI not followed for passing structs with mixed floating types
Compare: https://github.com/D-Programming-Language/dmd/compare/3bcb956146c1...ccec6fb22bce
More information about the dmd-internals
mailing list