https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96345
--- Comment #5 from V ---
(In reply to Andrew Pinski from comment #3)
> Does c++filt demangle it?
I've fed output of nm into c++filt and this function came out mangled, while
others were demangled.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96345
--- Comment #4 from V ---
No, c++filt also does not demangle it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96345
--- Comment #3 from Andrew Pinski ---
Does c++filt demangle it?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96345
--- Comment #2 from V ---
Created attachment 48937
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48937&action=edit
function with name that __cxa_demangle rejects
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96345
--- Comment #1 from V ---
Created attachment 48936
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48936&action=edit
failing example