[Bug libstdc++/96345] __cxa demangle fails to demangle a very long string

2020-07-28 Thread hededrk at gmail dot com
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.

[Bug libstdc++/96345] __cxa demangle fails to demangle a very long string

2020-07-27 Thread hededrk at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96345

--- Comment #4 from V  ---
No, c++filt also does not demangle it.

[Bug libstdc++/96345] __cxa demangle fails to demangle a very long string

2020-07-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96345

--- Comment #3 from Andrew Pinski  ---
Does c++filt demangle it?

[Bug libstdc++/96345] __cxa demangle fails to demangle a very long string

2020-07-27 Thread hededrk at gmail dot com
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

[Bug libstdc++/96345] __cxa demangle fails to demangle a very long string

2020-07-27 Thread hededrk at gmail dot com
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