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.
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo