https://sourceware.org/bugzilla/show_bug.cgi?id=33029
--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f601ffb52199a883f16df385b73a14e756b3e19a commit f601ffb52199a883f16df385b73a14e756b3e19a Author: Alan Modra <amo...@gmail.com> Date: Wed May 28 18:20:17 2025 +0930 PR 33029 segv in dwarf2_finish with --gdwarf-5 Specifying --gdwarf-5 with a source lacking a ".file 0" directive results in this segfault. * dwarf2dbg.c (out_debug_str): Use files[1] if files[0] is empty regardless of dwarf level. -- You are receiving this mail because: You are on the CC list for the bug.