[dmd-beta] D 1.075 and 2.060 betas 2

David Nadlinger code at klickverbot.at
Mon Jul 30 02:34:51 PDT 2012


On Mon, Jul 30, 2012 at 10:54 AM, Walter Bright <walter at digitalmars.com> wrote:
>
> On 7/30/2012 1:05 AM, Don Clugston wrote:
>>
>> What is the status of bug 5570 ("64 bit C ABI not followed for passing
>> structs and complex numbers as function parameters")?
>> There have been a lot of commits related to it, how much still needs to be
>> done?
>> In case anyone has forgotten, that bug was the reason why we didn't
>> release 1.075 six weeks ago.
>>
>
> It works for integral types only, and for floating point types only. It
> doesn't work if you have and int member and a float member.

Handling static arrays the same as structs, ABI-wise, is also not
implemented yet.

David


More information about the dmd-beta mailing list