Re: libgo patch committed: Fix build on MIPS GNU/Linux

2012-05-02 Thread Ian Lance Taylor
Andrew Pinski writes: > n32 failures: > > --- FAIL: runtime_test.TestGcSys (0.56 seconds) > mfinal_test.go:35: used 4718592 extra bytes > mfinal_test.go:37: using too much memory: 4718592 bytes > FAIL > FAIL: runtime > /home/apinski/src/gcc-fsf/local/gcc/libgo/testsuite/gotest: li

Re: libgo patch committed: Fix build on MIPS GNU/Linux

2012-05-01 Thread Andrew Pinski
On Tue, May 1, 2012 at 12:18 PM, Ian Lance Taylor wrote: > Andrew Pinski writes: > >> I tested the trunk after this patch on mips64-linux-gnu (with glibc >> 2.15) and the testsuite looks good. > > Thanks for testing. > >> FAIL: go.test/test/nilptr.go execution,  -O2 -g > > The nilptr.go test is k

Re: libgo patch committed: Fix build on MIPS GNU/Linux

2012-05-01 Thread Ian Lance Taylor
Andrew Pinski writes: > I tested the trunk after this patch on mips64-linux-gnu (with glibc > 2.15) and the testsuite looks good. Thanks for testing. > FAIL: go.test/test/nilptr.go execution, -O2 -g The nilptr.go test is known to fail on various targets. Search for nilptr in gcc/testsuite/go

Re: libgo patch committed: Fix build on MIPS GNU/Linux

2012-05-01 Thread Andrew Pinski
On Mon, Apr 30, 2012 at 10:28 AM, Ian Lance Taylor wrote: > This patch to libgo fixes the build on MIPS GNU/Linux.  I haven't been > able to fully test gccgo, as the MIPS64 machine in the GCC compile farm > is running a version of glibc that is too old--it does not support > makecontext and friend

libgo patch committed: Fix build on MIPS GNU/Linux

2012-04-30 Thread Ian Lance Taylor
This patch to libgo fixes the build on MIPS GNU/Linux. I haven't been able to fully test gccgo, as the MIPS64 machine in the GCC compile farm is running a version of glibc that is too old--it does not support makecontext and friends. However, this patch at least gets past the immediate build prob