[Bug demangler/102851] Failure to demangle c++ symbol

2022-10-07 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102851 Patrick Palka changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug demangler/102851] Failure to demangle c++ symbol

2021-10-25 Thread hasse.christoph at cern dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102851 --- Comment #2 from hasse.christoph at cern dot ch --- Created attachment 51661 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51661&action=edit Preprocessed source Compile with g++ -O3 -DNDEBUG -g -o tmp.o -c preprocessed.cpp objdump -d

[Bug demangler/102851] Failure to demangle c++ symbol

2021-10-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102851 --- Comment #1 from Andrew Pinski --- Do you have the C++ preprocessed source that produces this mangled symbol? The lambda part might be causing the difference between LLVM and GCC and such.