diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-02-12 18:50:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-02-12 18:50:16 +0000 |
commit | 86ff185365dbc40b64f907be9e2f35d756776e20 (patch) | |
tree | 578d5adc5ed91aadca2a5f5059f17c7211a8d514 /gcc | |
parent | 966a140df68bf3e2d378fb9b68a8afb7d80b34d6 (diff) | |
download | gcc-86ff185365dbc40b64f907be9e2f35d756776e20.zip gcc-86ff185365dbc40b64f907be9e2f35d756776e20.tar.gz gcc-86ff185365dbc40b64f907be9e2f35d756776e20.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
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. |