This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Andrew Pinski <pinskia@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]