[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 31 12:38:12 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=5570



--- Comment #20 from Walter Bright <bugzilla at digitalmars.com> 2012-05-31 12:39:49 PDT ---
(In reply to comment #19)
> Just a simple example (I've used to see if the progress on the bug fixed some
> of the problems I had :):
> 
> ---
> extern (C)
> {
>     struct lldiv_t
>     {
>         long quot,
>              rem;
>     }

The current state only fixes things that fit in one register. The lldiv_t is a
two register struct.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list