Re: Go patch committed: Update to Go1.10beta1

2018-01-18 Thread Ian Lance Taylor
On Thu, Jan 18, 2018 at 12:02 AM, Rainer Orth wrote: > >> On Thu, Jan 11, 2018 at 1:46 AM, Rainer Orth >> wrote: >>> On Wed, Jan 10, 2018 at 5:42 AM, Ian Lance Taylor wrote: > > Whoops, there's a bug on big-endian 32-bit systems. I'm testing > https://golang.org/cl/87135.

Re: Go patch committed: Update to Go1.10beta1

2018-01-18 Thread Ian Lance Taylor
On Thu, Jan 11, 2018 at 8:56 AM, Rainer Orth wrote: > >>> This patch updates libgo to the Go1.10beta1 release. The final Go >>> 1.10 release is expected around February 1, so it's not clear how the >>> release timing is going to work with GCC 8. In any case this updates >>> GCC to something pret

Re: Go patch committed: Update to Go1.10beta1

2018-01-18 Thread Rainer Orth
Hi Ian, > On Thu, Jan 11, 2018 at 1:46 AM, Rainer Orth > wrote: >> >>> On Wed, Jan 10, 2018 at 5:42 AM, Ian Lance Taylor wrote: Whoops, there's a bug on big-endian 32-bit systems. I'm testing https://golang.org/cl/87135. >>> >>> Committed as follows. >> >> thanks, that fixed quit

Re: Go patch committed: Update to Go1.10beta1

2018-01-17 Thread Ian Lance Taylor
On Thu, Jan 11, 2018 at 1:46 AM, Rainer Orth wrote: > >> On Wed, Jan 10, 2018 at 5:42 AM, Ian Lance Taylor wrote: >>> >>> Whoops, there's a bug on big-endian 32-bit systems. I'm testing >>> https://golang.org/cl/87135. >> >> Committed as follows. > > thanks, that fixed quite a lot of the failure

Re: Go patch committed: Update to Go1.10beta1

2018-01-11 Thread Rainer Orth
Hi Ian, >> This patch updates libgo to the Go1.10beta1 release. The final Go >> 1.10 release is expected around February 1, so it's not clear how the >> release timing is going to work with GCC 8. In any case this updates >> GCC to something pretty close to the final Go 1.10 release. >> >> A few

Re: Go patch committed: Update to Go1.10beta1

2018-01-11 Thread Rainer Orth
Hi Ian, > On Wed, Jan 10, 2018 at 5:42 AM, Ian Lance Taylor wrote: >> >> Whoops, there's a bug on big-endian 32-bit systems. I'm testing >> https://golang.org/cl/87135. > > Committed as follows. thanks, that fixed quite a lot of the failures. However, many others remain, too many to report her

Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Ian Lance Taylor
On Wed, Jan 10, 2018 at 7:43 AM, Rainer Orth wrote: > Hi Ian, > >> On Wed, Jan 10, 2018 at 3:44 AM, Rainer Orth >> wrote: >>> >>> thanks. Testing has now concluded as well. x86 results are good (no >>> regressions except for cmd/internal/buildid which fails on Linux, too), >>> as are 64-bit spa

Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Rainer Orth
Hi Ian, > On Wed, Jan 10, 2018 at 3:44 AM, Rainer Orth > wrote: >> >> thanks. Testing has now concluded as well. x86 results are good (no >> regressions except for cmd/internal/buildid which fails on Linux, too), >> as are 64-bit sparc results. > > The cmd/internal/buildid test does pass on my

Re: [gofrontend-dev] Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Ian Lance Taylor
On Wed, Jan 10, 2018 at 6:34 AM, Ian Lance Taylor wrote: > > Thanks. I think https://golang.org/cl/87137 will fix it. Committed as follows. Ian Index: gcc/go/gofrontend/MERGE === --- gcc/go/gofrontend/MERGE (revision 256431) ++

Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Ian Lance Taylor
On Wed, Jan 10, 2018 at 5:42 AM, Ian Lance Taylor wrote: > > Whoops, there's a bug on big-endian 32-bit systems. I'm testing > https://golang.org/cl/87135. Committed as follows. Ian Index: gcc/go/gofrontend/MERGE === --- gcc/go/gof

Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Ian Lance Taylor
On Wed, Jan 10, 2018 at 3:44 AM, Rainer Orth wrote: > > thanks. Testing has now concluded as well. x86 results are good (no > regressions except for cmd/internal/buildid which fails on Linux, too), > as are 64-bit sparc results. The cmd/internal/buildid test does pass on my system. What are yo

Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Ian Lance Taylor
On Wed, Jan 10, 2018 at 6:00 AM, Uros Bizjak wrote: > On Wed, Jan 10, 2018 at 2:37 PM, Ian Lance Taylor wrote: >> On Wed, Jan 10, 2018 at 5:35 AM, Ian Lance Taylor wrote: >>> On Tue, Jan 9, 2018 at 11:34 PM, Uros Bizjak wrote: > This patch updates libgo to the Go1.10beta1 release. The fina

Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Uros Bizjak
On Wed, Jan 10, 2018 at 2:37 PM, Ian Lance Taylor wrote: > On Wed, Jan 10, 2018 at 5:35 AM, Ian Lance Taylor wrote: >> On Tue, Jan 9, 2018 at 11:34 PM, Uros Bizjak wrote: This patch updates libgo to the Go1.10beta1 release. The final Go 1.10 release is expected around February 1, so i

Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Ian Lance Taylor
On Wed, Jan 10, 2018 at 3:44 AM, Rainer Orth wrote: > >>> the patch broke Solaris bootstrap: >>> >>> mv: cannot stat 'os/signal/internal/pty.s-gox.tmp': No such file or >>> directory >>> make[4]: *** [Makefile:3348: os/signal/internal/pty.s-gox] Error 1 >>> make[4]: *** Waiting for unfinished job

Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Ian Lance Taylor
On Wed, Jan 10, 2018 at 5:35 AM, Ian Lance Taylor wrote: > On Tue, Jan 9, 2018 at 11:34 PM, Uros Bizjak wrote: >>> This patch updates libgo to the Go1.10beta1 release. The final Go >>> 1.10 release is expected around February 1, so it's not clear how the >>> release timing is going to work with

Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Ian Lance Taylor
On Tue, Jan 9, 2018 at 11:34 PM, Uros Bizjak wrote: >> This patch updates libgo to the Go1.10beta1 release. The final Go >> 1.10 release is expected around February 1, so it's not clear how the >> release timing is going to work with GCC 8. In any case this updates >> GCC to something pretty clo

Re: Go patch committed: Update to Go1.10beta1

2018-01-10 Thread Rainer Orth
Hi Ian, >> the patch broke Solaris bootstrap: >> >> mv: cannot stat 'os/signal/internal/pty.s-gox.tmp': No such file or directory >> make[4]: *** [Makefile:3348: os/signal/internal/pty.s-gox] Error 1 >> make[4]: *** Waiting for unfinished jobs >> >> Fixed trivially as follows, which allowed th

Re: Go patch committed: Update to Go1.10beta1

2018-01-09 Thread Uros Bizjak
> This patch updates libgo to the Go1.10beta1 release. The final Go > 1.10 release is expected around February 1, so it's not clear how the > release timing is going to work with GCC 8. In any case this updates > GCC to something pretty close to the final Go 1.10 release. This patch introduces a

Re: Go patch committed: Update to Go1.10beta1

2018-01-09 Thread Ian Lance Taylor
On Tue, Jan 9, 2018 at 12:26 PM, Rainer Orth wrote: > Hi Ian, > >> This patch updates libgo to the Go1.10beta1 release. The final Go >> 1.10 release is expected around February 1, so it's not clear how the >> release timing is going to work with GCC 8. In any case this updates >> GCC to somethin

Re: Go patch committed: Update to Go1.10beta1

2018-01-09 Thread Rainer Orth
Hi Ian, > This patch updates libgo to the Go1.10beta1 release. The final Go > 1.10 release is expected around February 1, so it's not clear how the > release timing is going to work with GCC 8. In any case this updates > GCC to something pretty close to the final Go 1.10 release. > > A few chang

Go patch committed: Update to Go1.10beta1

2018-01-08 Thread Ian Lance Taylor
This patch updates libgo to the Go1.10beta1 release. The final Go 1.10 release is expected around February 1, so it's not clear how the release timing is going to work with GCC 8. In any case this updates GCC to something pretty close to the final Go 1.10 release. A few changes to the frontend w