Re: gdb 8.x - g++ 7.x compatibility
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gcc.devel,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2018-02-07 12:30, Jonathan Wakely wrote: >> Ah ok, the class name appears mangled in other entities' mangled name. >> But >> from what I understand there's no mangled name for the class such that >> >> echo <class mangled name> | c++filt >> >> outputs the class name (e.g. "Foo<10>"). That wouldn't make sense, >> since >> there's no symbol for the class itself. > > echo _Z3FooILi10EE | c++filt Ok, thanks for the precision!