https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102851
Patrick Palka changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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
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.