Re: [gofrontend-dev] Re: Go patches committed: merge recent changes to gofrontend

2017-05-30 Thread Ian Lance Taylor
On Tue, May 30, 2017 at 3:46 AM, wrote: > > I am also facing a breaking build due to the sys.Goexperiment error > mentioned earlier: > > ... > ../../../gcc-svn-src/libgo/go/runtime/heapdump.go:379:14: error: reference > to undefined identifier ‘sys.Goexperiment’ > dumpstr(sys.Goexperiment) >

Re: Go patches committed: merge recent changes to gofrontend

2017-05-12 Thread Ian Lance Taylor
On Fri, May 12, 2017 at 3:25 AM, Thomas Schwinge wrote: > > This doesn't block me in any way, but I wanted to report it anyway: > > On Wed, 10 May 2017 10:26:15 -0700, Ian Lance Taylor wrote: >> I have committed a large patch to update the Go frontend and libgo to >> the recent changes in the gof

Re: Go patches committed: merge recent changes to gofrontend

2017-05-12 Thread Ian Lance Taylor
On Wed, May 10, 2017 at 5:37 PM, Andrew Pinski wrote: > On Wed, May 10, 2017 at 10:26 AM, Ian Lance Taylor wrote: >> I have committed a large patch to update the Go frontend and libgo to >> the recent changes in the gofrontend repository. I had postponed >> merging changes during the GCC 7 relea

Re: Go patches committed: merge recent changes to gofrontend

2017-05-12 Thread Thomas Schwinge
Hi! This doesn't block me in any way, but I wanted to report it anyway: On Wed, 10 May 2017 10:26:15 -0700, Ian Lance Taylor wrote: > I have committed a large patch to update the Go frontend and libgo to > the recent changes in the gofrontend repository. Doing an incremental rebuild, that ran i

Re: Go patches committed: merge recent changes to gofrontend

2017-05-11 Thread Rainer Orth
Uros Bizjak writes: >> I have committed a large patch to update the Go frontend and libgo to >> the recent changes in the gofrontend repository. I had postponed >> merging changes during the GCC 7 release process. I am now merging >> all the changes that were pending during that period. Althou

Re: Go patches committed: merge recent changes to gofrontend

2017-05-11 Thread Andreas Schwab
../../../../libgo/runtime/proc.c: In function 'runtime_malg': ../../../../libgo/runtime/proc.c:729:43: error: implicit declaration of function 'mstats'; did you mean 'mstart1'? [-Werror=implicit-function-declaration] void *p = runtime_sysAlloc(stacksize, &mstats()->other_sys);

Re: Go patches committed: merge recent changes to gofrontend

2017-05-10 Thread Uros Bizjak
Hello! > I have committed a large patch to update the Go frontend and libgo to > the recent changes in the gofrontend repository. I had postponed > merging changes during the GCC 7 release process. I am now merging > all the changes that were pending during that period. Although this > is a mer

Re: Go patches committed: merge recent changes to gofrontend

2017-05-10 Thread Andrew Pinski
On Wed, May 10, 2017 at 5:37 PM, Andrew Pinski wrote: > On Wed, May 10, 2017 at 10:26 AM, Ian Lance Taylor wrote: >> I have committed a large patch to update the Go frontend and libgo to >> the recent changes in the gofrontend repository. I had postponed >> merging changes during the GCC 7 relea

Re: Go patches committed: merge recent changes to gofrontend

2017-05-10 Thread Andrew Pinski
On Wed, May 10, 2017 at 10:26 AM, Ian Lance Taylor wrote: > I have committed a large patch to update the Go frontend and libgo to > the recent changes in the gofrontend repository. I had postponed > merging changes during the GCC 7 release process. I am now merging > all the changes that were pe

Go patches committed: merge recent changes to gofrontend

2017-05-10 Thread Ian Lance Taylor
I have committed a large patch to update the Go frontend and libgo to the recent changes in the gofrontend repository. I had postponed merging changes during the GCC 7 release process. I am now merging all the changes that were pending during that period. Although this is a merged patch, the cha