[Bug debug/101431] gcc-generated DWARF5 .debug_line directory entries violate the DWARF5 spec

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 13 08:40:40 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101431

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu.org

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
With -gsplit-dwarf (and without -gno-as-loc-support) I can reproduce in 11, but
not on the trunk, where it got fixed with
r12-1777-ga21dc9d1529b8a8071e36b22b6e8492fc2ce7d5a
The .file 0 emission in 11 used to be guarded with asm_outputs_debug_line_str
which is false for split dwarf.


More information about the Gcc-bugs mailing list