From patchwork Wed Feb 20 20:01:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libgo patch committed: Fix x86_64 Solaris pointer usage Date: Wed, 20 Feb 2013 10:01:46 -0000 From: Ian Taylor X-Patchwork-Id: 222140 Message-Id: To: gcc-patches@gcc.gnu.org This patch from Janne Snabb should fix PR 56320 about random failures on Solaris x86_64. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline. Ian diff -r 29b742a2ed37 -r 3b1c3cceaf02 libgo/runtime/lfstack.c --- a/libgo/runtime/lfstack.c Fri Feb 15 10:54:51 2013 -0800 +++ b/libgo/runtime/lfstack.c Wed Feb 20 11:41:05 2013 -0800 @@ -17,9 +17,10 @@ #define PTR_MASK ((1ull<