Re: [gofrontend-dev] Re: libgo: Update to Go 1.13beta1 release

2019-09-12 Thread Andreas Schwab
On Sep 11 2019, Ian Lance Taylor wrote: > On Tue, Sep 10, 2019 at 11:54 PM Andreas Schwab wrote: >> >> On Sep 10 2019, Ian Lance Taylor wrote: >> >> > On Mon, Sep 9, 2019 at 2:00 PM Andreas Schwab >> > wrote: >> >> >> >> ../../../libgo/go/golang.org/x/sys/cpu/cpu.go:17:30: error: reference to

Re: [gofrontend-dev] Re: libgo: Update to Go 1.13beta1 release

2019-09-11 Thread Ian Lance Taylor
On Tue, Sep 10, 2019 at 11:54 PM Andreas Schwab wrote: > > On Sep 10 2019, Ian Lance Taylor wrote: > > > On Mon, Sep 9, 2019 at 2:00 PM Andreas Schwab wrote: > >> > >> ../../../libgo/go/golang.org/x/sys/cpu/cpu.go:17:30: error: reference to > >> undefined name ‘cacheLineSize’ > >>17 | type

Re: [gofrontend-dev] Re: libgo: Update to Go 1.13beta1 release

2019-09-10 Thread Andreas Schwab
On Sep 10 2019, Ian Lance Taylor wrote: > On Mon, Sep 9, 2019 at 2:00 PM Andreas Schwab wrote: >> >> ../../../libgo/go/golang.org/x/sys/cpu/cpu.go:17:30: error: reference to >> undefined name ‘cacheLineSize’ >>17 | type CacheLinePad struct{ _ [cacheLineSize]byte } >> |

Re: [gofrontend-dev] Re: libgo: Update to Go 1.13beta1 release

2019-09-10 Thread Ian Lance Taylor
On Mon, Sep 9, 2019 at 2:00 PM Andreas Schwab wrote: > > ../../../libgo/go/golang.org/x/sys/cpu/cpu.go:17:30: error: reference to > undefined name ‘cacheLineSize’ >17 | type CacheLinePad struct{ _ [cacheLineSize]byte } > | ^ > ../../../libgo/go/golang.org/x/

Re: libgo: Update to Go 1.13beta1 release

2019-09-10 Thread Ian Lance Taylor
On Mon, Sep 9, 2019 at 1:26 AM Rainer Orth wrote: > > > I've committed a patch to update libgo to the Go 1.13beta1 release. > > As is usual with these updates, the patch is too large to include > > here; I've included the diffs of the various GCC-specific configury > > and other files. Bootstrap

Re: libgo: Update to Go 1.13beta1 release

2019-09-09 Thread Ian Lance Taylor
On Sat, Sep 7, 2019 at 5:03 AM Andreas Schwab wrote: > > This has dropped support for riscv64: Thanks, and sorry. The gccgo-local changes were lost when the files moved. I restored them as follows. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. Committed to mainline. Ian Index: gc

Re: [gofrontend-dev] Re: libgo: Update to Go 1.13beta1 release

2019-09-09 Thread Andreas Schwab
../../../libgo/go/golang.org/x/sys/cpu/cpu.go:17:30: error: reference to undefined name ‘cacheLineSize’ 17 | type CacheLinePad struct{ _ [cacheLineSize]byte } | ^ ../../../libgo/go/golang.org/x/sys/cpu/cpu_linux.go:56:2: error: reference to undefined name ‘do

Re: [gofrontend-dev] Re: libgo: Update to Go 1.13beta1 release

2019-09-09 Thread Ian Lance Taylor
On Sat, Sep 7, 2019 at 8:20 AM Andreas Schwab wrote: > > On Sep 07 2019, Bernd Edlinger wrote: > > > Hi Ian, > > > >> gotools: > >> > >> 2019-09-06 Ian Lance Taylor > >> > >> * Makefile.am (check-carchive-test): Just run "go test", not "go > >> test carchive_test.go". > >> * Makefile.in: Regen

Re: libgo: Update to Go 1.13beta1 release

2019-09-09 Thread Rainer Orth
Hi Ian, > I've committed a patch to update libgo to the Go 1.13beta1 release. > As is usual with these updates, the patch is too large to include > here; I've included the diffs of the various GCC-specific configury > and other files. Bootstrapped and ran Go testsuite on > x86_64-pc-linux-gnu. C

Re: libgo: Update to Go 1.13beta1 release

2019-09-07 Thread Andreas Schwab
This has dropped support for riscv64: diff --git a/libgo/misc/cgo/testcshared/src/libgo2/dup2.go b/libgo/misc/cgo/testcshared/src/libgo2/dup2.go deleted file mode 100644 index d343aa54d9a..000 --- a/libgo/misc/cgo/testcshared/src/libgo2/dup2.go +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright

Re: libgo: Update to Go 1.13beta1 release

2019-09-07 Thread Andreas Schwab
On Sep 07 2019, Bernd Edlinger wrote: > Hi Ian, > >> gotools: >> >> 2019-09-06 Ian Lance Taylor >> >> * Makefile.am (check-carchive-test): Just run "go test", not "go >> test carchive_test.go". >> * Makefile.in: Regenerate. >> >> gcc/testsuite: >> >> 2019-09-06 Ian Lance Taylor >> >> *

Re: libgo: Update to Go 1.13beta1 release

2019-09-07 Thread Bernd Edlinger
Hi Ian, > gotools: > > 2019-09-06 Ian Lance Taylor > > * Makefile.am (check-carchive-test): Just run "go test", not "go > test carchive_test.go". > * Makefile.in: Regenerate. > > gcc/testsuite: > > 2019-09-06 Ian Lance Taylor > > * go.test/test/fixedbugs/bug369.go: Update to match libgo