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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Sep 13 22:36:56 PDT 2016


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

--- Comment #10 from Joakim <dbugz at joakim.fea.st> ---
I ran into this on Android/ARM too, with ldc.  As the linked ldc comment and
Jacob note, this is an incompatibility in the way clang and gcc work with empty
structs on every platform, whether Linux/x86 or Android/ARM.  This test and the
auto-tester simply use gcc on every other tested platform, while clang is the
system compiler on OS X now.

--


More information about the Digitalmars-d-bugs mailing list