https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89407
Bug ID: 89407 Summary: [9 Regression] go bootstrap failure on s390x starting with r268941 Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: jakub at gcc dot gnu.org CC: cmang at google dot com Target Milestone: --- As mentioned on gcc-patches https://gcc.gnu.org/ml/gcc-patches/2019-02/msg01309.html gcc fails to bootstrap on s390x-linux if configured with multilibs, as the inline asm is 64-bit specific (lghi) and not really used (only referenced from *_s390x.go, not from *_s390.go).