[Bug binutils/32927] New: readelf --dwarf-check --debug-dump=Ranges produces nonsense warnings for DWARF 4 and DWARF5

2025-04-29 Thread hmeyer.eu at gmail dot com
: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hmeyer.eu at gmail dot com Target Milestone: --- example output from --dwarf-check --debug-dump=Ranges: DWARF4/debug_ranges: Offset

[Bug binutils/32927] readelf --dwarf-check --debug-dump=Ranges produces nonsense warnings for DWARF 4 and DWARF5

2025-04-29 Thread hmeyer.eu at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32927 --- Comment #2 from Henning Meyer --- The following C++ program represents the simplest example I could find that is complicated enough to warrant the creation of discontinuous ranges in debug information: #include struct Base {}; void func

[Bug binutils/32927] readelf --dwarf-check --debug-dump=Ranges produces nonsense warnings for DWARF 4 and DWARF5

2025-04-30 Thread hmeyer.eu at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32927 --- Comment #4 from Henning Meyer --- I've applied the patch, it removes the bogus warnings on my test set. -- You are receiving this mail because: You are on the CC list for the bug.