Date: Tue, 16 Jun 2015 16:29:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 200913] __cxa_demangle incorrectly demangles some C++ mangled symbols Message-ID: <bug-200913-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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: emaste@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200913-8>