[Issue 13955] 64 bit C ABI not followed for passing structs with mixed floating types

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jan 8 10:46:48 PST 2015


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

--- Comment #2 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/5dea1855f04a9e51839c33575d52139032437fc9
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.

https://github.com/D-Programming-Language/dmd/commit/ccec6fb22bce0e4ea351f14f1a2d472a883ae2f2
Merge pull request #4265 from yebblies/issue13955

Issue 13955 - 64 bit C ABI not followed for passing structs with mixed floating
types

--


More information about the Digitalmars-d-bugs mailing list