[valgrind] [Bug 452058] Generated suppressions contain a mix of mangled (physical) and demangled (inline) frames

"Brandon Belew" <[email protected]> Wed, 05 Aug 2026 18:40:26 +0000
Newsgroups gmane.comp.kde.devel.bugs
Message-ID <[email protected]/>
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.