https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93468
Bug ID: 93468 Summary: New patches to build gcc-10 on GNU/Hurd Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: svante.signell at gmail dot com CC: cmang at google dot com Target Milestone: --- Created attachment 47718 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47718&action=edit netpoll_hurd.go update Fixes FTBFS for gcc-snapshot-20200124 on GNU/Hurd Hello, Test-compiling Debian Version gcc-10-10-20200124-1 reveals that three small fixes are needed for a successful build, one in runtime/netpoll_hurd.go, one in syscall/sockcmsg_unix_other.go and one in runtime/nbpipe_pipe2.go. The attached patches fixes the build and tests of libgo. There are still two tests failing due to linkage problems. When time permits I'll investigate these problems. Thanks!