Re: [PATCH] libgo: Fix GOARCH_INT64ALIGN

2016-11-11 Thread Ian Lance Taylor
On Sat, Nov 5, 2016 at 6:01 AM, Andreas Schwab wrote: > The alignment of int64 is 8 everywhere except m68k, where the biggest > alignment is 2, and x86-32, where the biggest field alignment is 4. > This fixes all select tests on powerpc -m32. > > Andreas. > > diff --git a/libgo/configure b/libgo/c

[PATCH] libgo: Fix GOARCH_INT64ALIGN

2016-11-05 Thread Andreas Schwab
The alignment of int64 is 8 everywhere except m68k, where the biggest alignment is 2, and x86-32, where the biggest field alignment is 4. This fixes all select tests on powerpc -m32. Andreas. diff --git a/libgo/configure b/libgo/configure index 7a9df58c21..adabb74baa 100755 --- a/libgo/configure