https://bugs.kde.org/show_bug.cgi?id=497130
Bug ID: 497130 Summary: Recognize new DWARF5 DW_LANG constants Classification: Developer tools Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: m...@klomp.org CC: ahajk...@redhat.com Target Milestone: --- When using --read-var-info=yes readdwarf3 will try to read and interpret the CU DW_AT_langauge attribute. Since DWARF5 was released a number if new language constants have been introduced. See https://dwarfstd.org/languages.html GCC15 might start emitting some of these when switching to C23 by default. When valgrind --read-var-info=yes encounters an unknown DW_LANG constant it will produce an error and stop processing any further DWARF. -- You are receiving this mail because: You are watching all bug changes.