https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89498
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 45887
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45887&action=edit
gcc9-pr89498.patch
Untested fix. If output_view_list_offset is correct, then I think we need this
patch to match what output_view_list_offset will actually do. If it is not
correct for -gsplit-dwarf (whether DWARF-5 or 4), then the other functions will
need to be adjusted for what it does.