From 86ff185365dbc40b64f907be9e2f35d756776e20 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 12 Feb 2018 18:50:16 +0000 Subject: re PR go/84215 (Random results in go/libgo tests) PR go/84215 runtime, sync/atomic: use write barrier for atomic pointer functions This copies atomic_pointer.go from 1.10rc2. It was omitted during the transition of the runtime from C to Go, and I forgot about it. This may help with https://gcc.gnu.org/PR84215. Reviewed-on: https://go-review.googlesource.com/93197 From-SVN: r257599 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 3d73330..e8a036f 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -89105404f94005ffa8e2b08df78015dc9ac91362 +cebdbf3f293f5b0f3120c009c47da0ceadc113cb The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1