On Fri, Aug 4, 2017 at 12:22 AM, Richard Biener <richard.guent...@gmail.com> wrote: > On Thu, Aug 3, 2017 at 8:11 PM, Ian Lance Taylor <i...@golang.org> wrote: >> This patch to libgo changes the mksigtab script to recognize the glibc >> 2.26 NSIG expression. Bootstrapped and ran Go testsuite on >> x86_64-pc-linux-gnu. Committed to mainline. Will commit to GCC 7 >> branch when it reopens. This fixes GCC PR 81617 and >> https://golang.org/issue/21147. > > The patch looks pretty safe as it only changes things when nsig is empty > so can you install it on the branch now so that 7.2 will build Go fine with > glibc 2.26?
Done. Ian