Bug 15135 - c++filt: problem demangling _ZN3foocvPT_I3barEEv
Summary: c++filt: problem demangling _ZN3foocvPT_I3barEEv
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.24
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-11 19:18 UTC by Joshua Naismith
Modified: 2018-08-06 16:28 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Naismith 2013-02-11 19:18:36 UTC
c++filt can't demangle _ZN3foocvPT_I3barEEv (returned from clang). The problem seems related to the "T_" parameter - the name is demangled properly if "T_" is replaced with "S_".

See also http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-February/027965.html

Tested with versions 2.22 and 2.23.51.20130211 on Ubuntu 12.04 (64 bit):

$ ./cxxfilt _ZN3foocvPT_I3barEEv
_ZN3foocvPT_I3barEEv
Comment 1 Marcel Böhme 2016-12-01 09:42:05 UTC
Confirmed fixed in trunk.
Comment 2 Tom Tromey 2018-08-06 16:28:32 UTC
Closing as fixed.

I get: 

$ c++filt _ZN3foocvPT_I3barEEv
foo::operator bar*<bar>()