diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-11-09 21:56:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-11-09 21:56:59 +0000 |
commit | 5ac29058f01502c407a7b77ec57a08c96941f796 (patch) | |
tree | 86e5c9abbcc0655073df1ceafdd557cfeca4d68a /gcc | |
parent | d60edaba4fc4e75824f27291ff448bf48118b3f4 (diff) | |
download | gcc-5ac29058f01502c407a7b77ec57a08c96941f796.zip gcc-5ac29058f01502c407a7b77ec57a08c96941f796.tar.gz gcc-5ac29058f01502c407a7b77ec57a08c96941f796.tar.bz2 |
sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail
For a misaligned address force a panic rather than assuming that reading
from the address 0 will cause one.
Reviewed-on: https://go-review.googlesource.com/69850
From-SVN: r254610
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 7be0093..0e5a718 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -7fd845bd9414c348bfa30bd24aa0bb8e4eebf83a +b03c5dc36d6d0c0d3bef434936e8b924d253595b The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |