Re: libgo patch committed: Update to weekly.2011-12-22

2012-02-14 Thread Rainer Orth
Ian Lance Taylor writes: >> 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.

Re: libgo patch committed: Update to weekly.2011-12-22

2012-02-10 Thread Ian Lance Taylor
Rainer Orth writes: > Ian Lance Taylor 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 functio

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-27 Thread Rainer Orth
Ian Lance Taylor 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 main

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-26 Thread Ian Lance Taylor
Rainer Orth writes: > Ian Lance Taylor writes: > >>> This also broke bootstrap on x86_64-unknown-linux-gnu (CentOS 5.5): >>> >>> /vol/gcc/src/hg/trunk/local/libgo/go/net/fd_linux.go:40:46: error: >>> reference to undefined identifier 'syscall.EPOLL_CLOEXEC' >> >> Thanks. Fixed like so. Bootst

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-18 Thread Rainer Orth
Ian Lance Taylor writes: >> This also broke bootstrap on x86_64-unknown-linux-gnu (CentOS 5.5): >> >> /vol/gcc/src/hg/trunk/local/libgo/go/net/fd_linux.go:40:46: error: reference >> to undefined identifier 'syscall.EPOLL_CLOEXEC' > > Thanks. Fixed like so. Bootstrapped on x86_64-unknown-linux-

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-18 Thread Rainer Orth
Ian Lance Taylor writes: >> The patch introduced a couple of other problems: >> >> * There's a warning during libgo configure: >> >> * Bootstrap on Solaris < 11 is broken: >> >> * The IRIX libgo build is broken like this: > > Thanks a lot. All committed. I hadn't bootstrapped with the fixes bef

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-17 Thread Ian Lance Taylor
Rainer Orth writes: > Ian Lance Taylor writes: > >> I have committed a patch to libgo to update it to the weekly.2011-12-22 >> release. As usual I am not including all the changes here, only the >> ones to files which are specific to gccgo. Bootstrapped and ran Go >> testsuite on x86_64-unknow

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-17 Thread Ian Lance Taylor
Uros Bizjak writes: > The library compiles OK, with following small patch: > > --cut here-- > Index: mksysinfo.sh > === > --- mksysinfo.sh(revision 183192) > +++ mksysinfo.sh(working copy) > @@ -538,7 +538,7 @@ > # W

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-16 Thread Rainer Orth
Ian Lance Taylor writes: > I have committed a patch to libgo to update it to the weekly.2011-12-22 > release. As usual I am not including all the changes here, only the > ones to files which are specific to gccgo. Bootstrapped and ran Go > testsuite on x86_64-unknown-linux-gnu. Committed to ma

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-15 Thread Uros Bizjak
On Sat, Jan 14, 2012 at 12:18 AM, Ian Lance Taylor wrote: >> This is the same problem with -fdump-go-spec we discussed a couple of >> months ago [1]. In short, alpha linux doesn't just include >> with hardcoded numbers in asm/ioctls.h, but >> builds ioctl arguments as shown in [1]. Probably, thi

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-13 Thread Ian Lance Taylor
Uros Bizjak writes: > On Fri, Jan 13, 2012 at 7:00 PM, Ian Lance Taylor wrote: > >> Thanks for the report, but this is surprising.  Doesn't Alpha GNU/Linux >> define TIOCGWINSZ in /usr/include/asm-generic/ioctls.h?  And isn't that >> file #include'd, indirectly, by ? >> >> If not, does Alpha GNU

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-13 Thread Ian Lance Taylor
Rainer Orth writes: > Ian Lance Taylor writes: > >> I have committed a patch to libgo to update it to the weekly.2011-12-22 >> release. As usual I am not including all the changes here, only the >> ones to files which are specific to gccgo. Bootstrapped and ran Go >> testsuite on x86_64-unknow

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-13 Thread Uros Bizjak
On Fri, Jan 13, 2012 at 7:00 PM, Ian Lance Taylor wrote: > Uros Bizjak writes: > >>> I have committed a patch to libgo to update it to the weekly.2011-12-22 >>> release.  As usual I am not including all the changes here, only the >>> ones to files which are specific to gccgo.  Bootstrapped and ra

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-13 Thread Rainer Orth
Ian Lance Taylor writes: > I have committed a patch to libgo to update it to the weekly.2011-12-22 > release. As usual I am not including all the changes here, only the > ones to files which are specific to gccgo. Bootstrapped and ran Go > testsuite on x86_64-unknown-linux-gnu. Committed to ma

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-13 Thread Ian Lance Taylor
Uros Bizjak writes: >> I have committed a patch to libgo to update it to the weekly.2011-12-22 >> release. As usual I am not including all the changes here, only the >> ones to files which are specific to gccgo. Bootstrapped and ran Go >> testsuite on x86_64-unknown-linux-gnu. Committed to mai

Re: libgo patch committed: Update to weekly.2011-12-22

2012-01-13 Thread Uros Bizjak
Hello! > I have committed a patch to libgo to update it to the weekly.2011-12-22 > release. As usual I am not including all the changes here, only the > ones to files which are specific to gccgo. Bootstrapped and ran Go > testsuite on x86_64-unknown-linux-gnu. Committed to mainline. After this