[Issue 16243] wrong C++ argument passing with empty struct and 6 integers

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Sep 11 23:55:28 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16243

--- Comment #8 from Jacob Carlborg <doob at me.com> ---
(In reply to Martin Nowak from comment #7)

> We also have that issue with GCC5's C++ ABI change
> (http://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/), so
> detecting the actual compiler might be helpful as well.

As far as I understand, it's configurable if that ABI should be used or not. So
just detecting the compiler is not enough, unless we decide to only support one
ABI.

--


More information about the Digitalmars-d-bugs mailing list