Something like attached.
I will clean it up next week and submit it then.
It should also fix some arm64be related issues too.
Thanks,
Andrew Pinski
On Mon, Feb 3, 2020 at 6:17 PM Ian Lance Taylor wrote:
>
> On Sun, Feb 2, 2020 at 2:27 AM Andreas Schwab wrote:
> >
> > I'm getting these errors on
On Sun, Feb 2, 2020 at 2:27 AM Andreas Schwab wrote:
>
> I'm getting these errors on aarch64 with -mabi=ilp32:
>
> ../../../../libgo/go/runtime/mpagealloc.go:226:38: error: shift count overflow
> 226 | chunks [1 << pallocChunksL1Bits]*[1 << pallocChunksL2Bits]pallocData
> |
On Sat, Feb 1, 2020 at 5:38 AM Andreas Schwab wrote:
>
> ../../../libgo/go/syscall/syscall_linux_riscv64.go:7:14: error: imported and
> not used: unsafe
> 7 | import "unsafe"
> | ^
> ../../../libgo/go/syscall/syscall_linux_riscv64.go:13:1: error: redefinition
> of 'SetLen'
On Sat, Feb 1, 2020 at 2:38 PM Andreas Schwab wrote:
> ../../../libgo/go/syscall/syscall_linux_riscv64.go:7:14: error: imported
> and not used: unsafe
> 7 | import "unsafe"
> | ^
I see the same issue in Fedora/RISCV, the last two builds of GCC 10 failed
due to it.
Btw, 1
I'm getting these errors on aarch64 with -mabi=ilp32:
../../../../libgo/go/runtime/mpagealloc.go:226:38: error: shift count overflow
226 | chunks [1 << pallocChunksL1Bits]*[1 << pallocChunksL2Bits]pallocData
| ^
../../../../libgo/go/runtime/mgcscavenge
../../../libgo/go/syscall/syscall_linux_riscv64.go:7:14: error: imported and
not used: unsafe
7 | import "unsafe"
| ^
../../../libgo/go/syscall/syscall_linux_riscv64.go:13:1: error: redefinition of
'SetLen'
13 | func (iov *Iovec) SetLen(length int) {
| ^
../../../l
On Thu, Jan 23, 2020 at 11:32 AM Maciej W. Rozycki wrote:
>
> On Tue, 21 Jan 2020, Ian Lance Taylor wrote:
>
> > I've committed a patch to update libgo to Go 1.14beta1. As usual with
> > these updates the patch is far too large to include in this e-mail
> > message. I've included the diffs for g
Hi Ian,
> On Wed, Jan 22, 2020 at 12:18 PM Rainer Orth
> wrote:
>>
>> > I've committed a patch to update libgo to Go 1.14beta1. As usual with
>> > these updates the patch is far too large to include in this e-mail
>> > message. I've included the diffs for gccgo-specific files.
>> > Bootstrapped
On Tue, 21 Jan 2020, Ian Lance Taylor wrote:
> I've committed a patch to update libgo to Go 1.14beta1. As usual with
> these updates the patch is far too large to include in this e-mail
> message. I've included the diffs for gccgo-specific files.
It seems to have broken the `riscv64-linux-gnu'
On Wed, Jan 22, 2020 at 12:18 PM Rainer Orth
wrote:
>
> > I've committed a patch to update libgo to Go 1.14beta1. As usual with
> > these updates the patch is far too large to include in this e-mail
> > message. I've included the diffs for gccgo-specific files.
> > Bootstrapped and ran Go tests
Hi Ian,
> I've committed a patch to update libgo to Go 1.14beta1. As usual with
> these updates the patch is far too large to include in this e-mail
> message. I've included the diffs for gccgo-specific files.
> Bootstrapped and ran Go tests on x86_64-pc-linux-gnu. Committed to
> mainline.
the
11 matches
Mail list logo