[Bug c++/77597] GCC 6.2 / LLVM 3.9 name mangling discrepancy for function with instantiated template in signature whose template argument involves an ABI tag.
greenc at fnal dot gov
gcc-bugzilla@gcc.gnu.org
Fri Sep 16 13:21:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77597
--- Comment #4 from Chris Green <greenc at fnal dot gov> ---
(In reply to Jakub Jelinek from comment #3)
> Ah, maybe I'm wrong what S6_ stands for. Anyway:
> https://llvm.org/bugs/show_bug.cgi?id=30401#c1
> has more details. So NOTABUG?
See particularly https://llvm.org/bugs/show_bug.cgi?id=30401#c1. While the
c++filt provided with binutils on Ubuntu 16.04 demangles both symbols to the
same (correct) function, LLVM's libc++abi demangler demonstrates an apparent
erroneous backreference in LLVM's mangled symbol name. Until new evidence
suggests otherwise, I'd be willing to accept a determination that this is
LLVM's bug, not GCC's.
More information about the Gcc-bugs
mailing list