This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15801] some C++11 symbols can't be demangled


http://sourceware.org/bugzilla/show_bug.cgi?id=15801

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keiths at redhat dot com

--- Comment #1 from Keith Seitz <keiths at redhat dot com> ---
The two examples given demangle for me using 7.6.50.20130729-cvs, and they both
demangle identically to the Fedora 18 system c++filt (version
2.23.51.0.1-6.fc18 20120806):

$ ./gdb -nx -q
(gdb) set lang c++
(gdb) maint demangle
_Z7extractILc9ELi0EEbN7strings7XStringE6RecordIXT_EXT0_EJEE
bool extract<(char)9, 0>(strings::XString, Record<(char)9, 0>)
(gdb) maint demangle _Z1gIJidEEDTclL_Z1fEspplfp_Li1EEEDpT_
decltype (f(({parm#1}+(1))...)) g<int, double>(int, double)

In fact, I tried the 7.6 branch, and that, too, works the same way. So there is
something unique to your situation that is causing you problems. Do you have a
test case that you can share?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]