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



--- Comment #20 from Walter Bright <bugzi...@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: -------

Reply via email to