libgo patch committed: Align variable on 8-byte boundary

Ian Lance Taylor iant@google.com
Fri Jan 17 22:43:00 GMT 2014


This patch to libgo aligns the variable work in mgc0.c on an 8-byte
boundary.  The code expects that to be the case, and complains if it is
not aligned.  It would already be the case on a 64-bit system, but not
necessarily on a 32-bit system.  I haven't been able to recreate PR
59866, but I think this will fix it.  Bootstrapped and ran Go testsuite
on x86_64-unknown-linux-gnu.  Committed to 4.8 branch and mainline.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 315 bytes
Desc: patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20140117/043b437f/attachment.bin>


More information about the Gcc-patches mailing list