Re: Recent Go patch fails several tests on 32bit CentOS 5.10

2013-11-17 Thread Uros Bizjak
On Fri, Nov 15, 2013 at 5:57 PM, Ian Lance Taylor wrote: >>> I still see panic in runtime (trace below), segfault in sync, >>> database/sql, net/http and abort in sync/atomic on 32bit CentOS 5.10 >>> library. > > The problems on 32-bit are a recently introduced middle-end bug: > http://gcc.gnu.or

Re: Recent Go patch fails several tests on 32bit CentOS 5.10

2013-11-15 Thread Ian Lance Taylor
On Fri, Nov 15, 2013 at 4:56 AM, Uros Bizjak wrote: >> >> I still see panic in runtime (trace below), segfault in sync, >> database/sql, net/http and abort in sync/atomic on 32bit CentOS 5.10 >> library. The problems on 32-bit are a recently introduced middle-end bug: http://gcc.gnu.org/PR59099 .

Recent Go patch fails several tests on 32bit CentOS 5.10

2013-11-15 Thread Uros Bizjak
On Fri, Nov 15, 2013 at 12:35 PM, Uros Bizjak wrote: >> panic: runtime error: invalid memory address or nil pointer dereference >> [signal 0xb code=0x1 addr=0x1c] >> FAIL: runtime/pprof >> gmake[2]: *** [runtime/pprof/check] Error 1 >> >> This one is new, I have to lo