[Bug 302] `function` type UDA postfixes not allowed

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Thu Aug 16 05:30:26 UTC 2018


https://bugzilla.gdcproject.org/show_bug.cgi?id=302

--- Comment #5 from ARaspiK <araspik at protonmail.com> ---
Perhaps a new extern(MS_ABI) or similar is needed. After all, the spec has
declared extern(Windows) to be the same as extern(C) except in case of 32-bit,
where it then uses stdcall.

On other vendors, LDC will use ms_abi when compiled with
-mtriple=x86_64-unknown-windows-coff, where ms_abi is specified with extern(C).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the D.gnu mailing list