https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79976
Bug ID: 79976
Summary: long list of demangle failures
Product: gcc
Version: 7.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: demangler
Assignee: unassigned at gcc dot gnu.org
Reporter: trippels at gcc dot gnu.org
Target Milestone: ---
Created attachment 40931
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40931&action=edit
demangler failure list
The demangler currently doesn't demangle any of the symbols in the attached
file:
% c++filt < demangler_failures
llvm-cxxfilt correctly demangles most of them.
The list was generated by using Pedro's mangler/demangler dogfooding patch
https://gcc.gnu.org/ml/gcc-patches/2014-05/msg02277.html
and then building gcc, llvm and Firefox with patched gcc trunk.