https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98811
Bug ID: 98811 Summary: [11 regression] All Go tests FAIL with abbrev offset out of range Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: ian at airs dot com, mark at gcc dot gnu.org Target Milestone: --- Target: *-*-solaris2.11, i686-pc-linux-gnu, x86_64-pc-linux-gnu Since the switch to DWARF-5, all Go execution tests started to FAIL in the same way: fatal error: abbrev offset out of range goroutine 1 [running, locked to thread]: fatal error: abbrev offset out of range panic during panic goroutine 1 [running, locked to thread]: fatal error: abbrev offset out of range stack trace unavailable I'm seeing this on both Solaris and Linux, 32 and 64-bit. However, this does not happen when Solaris as is in use, only with GNU as 2.35 (irrespective of linker: Solaris ld and GNU ld show the same behaviour). However, when I switched to the freshly released GNU as 2.36 today, the error vanished everywhere.