https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84404
Bug ID: 84404 Summary: Several "leb128 operand is an undefined symbol" in go testsuite with latest debug improvements Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: ubizjak at gmail dot com Target Milestone: --- Recent debug improvements introduced several build failures in the go testsuite on alphaev68-linux-gnu: $ make image/draw/check /tmp/ccQj1Xoe.s: Assembler messages: /tmp/ccQj1Xoe.s:83370: Error: leb128 operand is an undefined symbol: $LVU5253 /tmp/ccQj1Xoe.s:83380: Error: leb128 operand is an undefined symbol: $LVU5253 FAIL: image/draw I have no idea why these symbols are missing, I'll attach the resulting assembly.