Re: libgo patch committed: Upgrade to Go 1.9 release

2017-09-15 Thread Ian Lance Taylor
On Fri, Sep 15, 2017 at 5:03 AM, Rainer Orth wrote: > the patch broke Solaris bootstrap: /vol/gcc/src/hg/trunk/local/libgo/go/syscall/exec_unix.go:240:11: error: reference to undefined name 'forkExecPipe' if err = forkExecPipe(p[:]); err != nil { ^

Re: libgo patch committed: Upgrade to Go 1.9 release

2017-09-15 Thread Rainer Orth
Hi Ian, >>> the patch broke Solaris bootstrap: >>> >>> /vol/gcc/src/hg/trunk/local/libgo/go/syscall/exec_unix.go:240:11: error: >>> reference to undefined name 'forkExecPipe' >>> if err = forkExecPipe(p[:]); err != nil { >>>^ >>> >>> libgo/go/syscall/forkpipe_bsd.go is needed on Sol

Re: libgo patch committed: Upgrade to Go 1.9 release

2017-09-14 Thread Rainer Orth
Hi Ian, > On Thu, Sep 14, 2017 at 3:19 PM, Rainer Orth > wrote: >> >>> I've committed a patch to libgo to upgrade it to the recent Go 1.9 release. >>> >>> As usual with these upgrades, the patch is too large to attach here. >>> I've attached the changes to files that are more or less specific to

Re: libgo patch committed: Upgrade to Go 1.9 release

2017-09-14 Thread Ian Lance Taylor
On Thu, Sep 14, 2017 at 3:19 PM, Rainer Orth wrote: > >> I've committed a patch to libgo to upgrade it to the recent Go 1.9 release. >> >> As usual with these upgrades, the patch is too large to attach here. >> I've attached the changes to files that are more or less specific to >> gccgo. >> >> Th

Re: libgo patch committed: Upgrade to Go 1.9 release

2017-09-14 Thread Rainer Orth
Hi Ian, > I've committed a patch to libgo to upgrade it to the recent Go 1.9 release. > > As usual with these upgrades, the patch is too large to attach here. > I've attached the changes to files that are more or less specific to > gccgo. > > This upgrade required some changes to the gotools Makef