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

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-11 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 } > | ^ >

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

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: