[llvm-bugs] [Bug 48517] Accidental equality of classes templated by pointer to local static constant of templated function
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Dec 17 12:25:18 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48517
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |dblaikie at gmail.com
Resolution|FIXED |---
--- Comment #3 from Richard Smith <richard-llvm at metafoo.co.uk> ---
The remaining issue looks like a bug in debug information generation. If you
build with -g0, the problem goes away (and, disturbingly, if you build with -g,
the debug info symbols get the proper mangling and the
actually-referenced-from-the-code symbols get the wrong .1 / .2 manglings).
It's not clear to me if the problem goes deeper than debug info generation,
though.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201217/390321f7/attachment.html>
More information about the llvm-bugs
mailing list