https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105088
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org,
| |mark at gcc dot gnu.org
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
It is not more compact, because the "/tmp/cwd/test.c" string is already present
in .debug_line_str anyway (for DW_AT_name which uses DW_FORM_line_strp).
CCing some other DWARF committee members for their opinions.