Re: libgo patch committed: rewrite lfstack to look more like gc code

2015-09-24 Thread Rainer Orth
Hi Ian, >> cc1: all warnings being treated as errors >> make: *** [lfstack.lo] Error 1 > > Bother. Sorry about that. Should be fixed with this patch. > Committed to mainline. compiles again, thanks. I just lost it in the maze of ifdefs... Rainer -- --

Re: libgo patch committed: rewrite lfstack to look more like gc code

2015-09-24 Thread Ian Lance Taylor
On Thu, Sep 24, 2015 at 6:25 AM, Rainer Orth wrote: > Ian Lance Taylor writes: > >> This patch by Michael Hudson-Doyle rewrites the lfstack code in libgo >> to look more like that in the gc library. It also fixes it for arm64. >> Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. >>

Re: libgo patch committed: rewrite lfstack to look more like gc code

2015-09-24 Thread Rainer Orth
Ian Lance Taylor writes: > This patch by Michael Hudson-Doyle rewrites the lfstack code in libgo > to look more like that in the gc library. It also fixes it for arm64. > Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. > Committed to mainline. This patch broke Solaris/x86 bootstr

libgo patch committed: rewrite lfstack to look more like gc code

2015-09-23 Thread Ian Lance Taylor
This patch by Michael Hudson-Doyle rewrites the lfstack code in libgo to look more like that in the gc library. It also fixes it for arm64. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline. Ian Index: gcc/go/gofrontend/MERGE