Thread overview
[Issue 13955] 64 bit C ABI not followed for passing structs with mixed floating types
Jan 08, 2015
yebblies
January 08, 2015
https://issues.dlang.org/show_bug.cgi?id=13955

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Assignee|nobody@puremagic.com        |yebblies@gmail.com

--- Comment #1 from yebblies <yebblies@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4265

--
January 08, 2015
https://issues.dlang.org/show_bug.cgi?id=13955

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
January 08, 2015
https://issues.dlang.org/show_bug.cgi?id=13955

--- Comment #2 from github-bugzilla@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

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13955

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 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

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

--