https://bugs.kde.org/show_bug.cgi?id=452058
--- Comment #8 from Brandon Belew <[email protected]> --- Created attachment 194895 --> https://bugs.kde.org/attachment.cgi?id=194895&action=edit reproducer Makefile Makefile for compiling the provided reproducer.cpp to demonstrate the bug. The Makefile has a `make compare-suppressions` target to do the build both ways and compare the generated suppressions: the inline build uses the non-mangled name, the non-inline version uses the mangled name. The `make verify-dwarf` target compares the DW_AT values associated so you can verify that DW_AT_linkage_name is present (and mangled) but is not being chosen, instead DW_AT_name (unmangled) is used. -- You are receiving this mail because: You are watching all bug changes.
