[Bug 200913] __cxa_demangle incorrectly demangles some C++ mangled symbols
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 16 16:29:33 UTC 2015
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 at FreeBSD.org
Reporter: emaste at 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.
More information about the freebsd-bugs
mailing list