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
--
--
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.
>>
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
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