Andrew Pinski <pins...@gmail.com> 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.test/go-test.exp. Probably we just need to add mips64 there. > === libgo tests === > > > Running target unix > FAIL: runtime > FAIL: net/http > FAIL: text/template > > === libgo Summary for unix === > > # of expected passes 120 > # of unexpected failures 3 > Running target unix/-mabi=64 > FAIL: net/http > > === libgo Summary for unix/-mabi=64 === > > # of expected passes 122 > # of unexpected failures 1 I don't know what is going on with these failures. Ian