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.
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
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
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
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
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
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
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
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)
++
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
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
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
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
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
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
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
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
> 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
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
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
20 matches
Mail list logo