[Issue 20652] extern(C++) doesn't seem to mangle the types in core.simd right

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 30 18:07:34 UTC 2020


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

--- Comment #5 from Iain Buclaw <ibuclaw at gdcproject.org> ---
According to the testsuite, it looks like the MSVC mangler is broken too, not
just the Itanium one.

DMD: ?test20652@@YAXAET__m128@@@Z
MSVC: ?test20652@@YAXAEBT__m128@@@Z

The B looks to be for const, this has also been addressed in the PR.

--


More information about the Digitalmars-d-bugs mailing list