On Wed, Dec 2, 2015 at 2:28 AM, Ian Lance Taylor <i...@golang.org> wrote:
> The Go frontend code that handled array dimensions when generating
> reflection and mangling assumed that an array dimension would fit in
> an unsigned long.  That is of course not true when a 32-bit host is
> cross-compiling to a 64-bit target.  This patch fixes the problem.
> This was reported as GCC PR 65717.  Bootstrapped and ran Go tests on
> x86_64-pc-linux-gnu, and also on a 32-bit Solaris host crossing to a
> 64-bit Solaris target.  Committed to mainline.  Could be committed to
> GCC 5 branch but I'm not sure whether the branch is open yet.

It is not, it will be again after GCC 5.3.0 was released next week.

Richard.

> Ian

Reply via email to