Re: libgo patch committed: Make libgo C code more portable

2014-06-03 Thread Rainer Orth
Ian Lance Taylor writes: > This patch to libgo, from Peter Collingbourne, changes some of the C > code to make it easier to compile libgo with a compiler other than GCC. > Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. > Committed to mainline. [...] > diff -r d73f07d002ef libgo/ru

libgo patch committed: Make libgo C code more portable

2014-05-28 Thread Ian Lance Taylor
This patch to libgo, from Peter Collingbourne, changes some of the C code to make it easier to compile libgo with a compiler other than GCC. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline. Ian diff -r d73f07d002ef libgo/runtime/go-cdiv.c --- a/libgo/runtime/g