https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105088
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marxin at gcc dot gnu.org
--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Hmm, I still see it with current trunk:
$ rm test.o ; gcc /tmp/test.c -g3 -O0 -gdwarf-5 -c && readelf --debug-dump
test.o
...
<12> DW_AT_name : (indirect line string, offset: 0x0): /tmp/test.c
...
The File Name Table (offset 0x34, lines 3, columns 2):
Entry Dir Name
0 1 (indirect line string, offset: 0x64): test.c
1 1 (indirect line string, offset: 0x6b): test.c
@Richi: How did you run trunk GCC?