Rainer Orth <r...@cebitec.uni-bielefeld.de> writes:

> Ian Lance Taylor <i...@google.com> writes:
>
>> Fixed with the appended patch, which also gathers up all the possibly
>> missing functions that I noticed.  Bootstrapped and ran Go testsuite on
>> x86_64-unknown-linux-gnu, which proves little as the system I tested on
>> has all these functions anyhow.  Committed to mainline.
>
> Results are way better now, but still a couple of libgo FAILs:
>
> Running target unix
> FAIL: net
> FAIL: websocket
> FAIL: compress/flate
> FAIL: exp/ssh
> FAIL: image/jpeg
> FAIL: log/syslog
> FAIL: net/http
> FAIL: net/http/httputil
> FAIL: net/rpc
> FAIL: os/exec
>
> Most of them are like
>
> Start pollServer: epoll_ctl: Bad file descriptor
> panic: runtime error: invalid memory address or nil pointer dereference
> FAIL: net

That sort of problem should be fixed now, by

http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00110.html

Ian

Reply via email to