https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200913
Bug ID: 200913 Summary: __cxa_demangle incorrectly demangles some C++ mangled symbols Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: ema...@freebsd.org For example, "_ZTI7MyArrayIbLi42EE" should demangle to "typeinfo for MyArray<bool, 42>" but __cxa_demangle produces "typeinfo for MyArray<bool, 42E>" This case introduces some unit test failures in googletest, as reported here: https://groups.google.com/forum/#!topic/googletestframework/J1RbQEpK8Ow -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"