This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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.


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]