On Fri, Nov 15, 2013 at 5:57 PM, Ian Lance Taylor <i...@google.com> 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 . I can confirm that the patch [1] from the PR fixes all remaining failures. [1] http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01820.html Uros.