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 .