https://issues.dlang.org/show_bug.cgi?id=17948
Issue ID: 17948
Summary: C++ Itanium ABI mangling of vector types has changed
Product: D
Version: D2
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
version (none)
buf.printf("Dv%llu_", (cast(TypeSArray *)t.basetype).dim.toInteger()); //
-- Gnu ABI v.4
else
buf.writestring("U8__vector"); //-- Gnu ABI v.3
Need to upgrade to v.4
--
