Go patch committed: Update libgo to 1.1.1

Uros Bizjak ubizjak@gmail.com
Mon Jul 22 13:41:00 GMT 2013


Hello!

>>>>> I have committed a large patch to update libgo to the library that was
>>>>> part of the Go 1.1.1 release.  As usual, I'm not including the entire
>>>>> patch in this e-mail message, because it is too large.  I'm only
>>>>> including the changes to the files that are partially gccgo-specific.
>>>>> Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu.
>>>>> Committed to mainline and 4.8 branch.
>>>>
>>>> I have hit following build failure on non-USING_SPLIT_STACK target
>>>> (alpha-linux-gnu):
>>>
>>> Thanks.  Fixed like so.  Committed to mainline and 4.8 branch.
>>
>> Thanks, with your patch, I was able to compile libgo without problems.
>> The testsuite run exposes a timeout in net/http, I am looking into it.

I have also managed to trigger the timeout on x86_64-pc-linux-gnu.

The test was re-run with GOTESTFLAGS=--keep. When running the
resulting a.out with "strace -f -o strace-x86_64 ./a.out" from the
saved test directory, the test behaved in the same way as on alpha -
it hever finished. I have attached the resulting trace (the test was
killed with ctrl-c after some time).

Uros.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: strace-x86_64.bz2
Type: application/x-bzip2
Size: 34338 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20130722/2bab101c/attachment.bz2>


More information about the Gcc-patches mailing list