[Bug c++/115245] Fails to demangle some concepts

2024-05-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115245 --- Comment #3 from Jakub Jelinek --- We can't even demangle what has been added to the testsuite in that commit, e.g. _ZN1C1fIiEEvDTtlNS_UlT_TL0__E_EEE

[Bug c++/115245] Fails to demangle some concepts

2024-05-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115245 --- Comment #2 from Jakub Jelinek --- In particular cp/mangle.cc implements https://github.com/itanium-cxx-abi/cxx-abi/issues/31#issuecomment-528122117 while demangler does not.

[Bug c++/115245] Fails to demangle some concepts

2024-05-27 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115245 Jakub Jelinek changed: What|Removed |Added Last reconfirmed||2024-05-27 CC|