diff options
author | Ian Lance Taylor <iant@golang.org> | 2021-07-08 19:25:55 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-07-09 19:48:53 -0700 |
commit | 1798cac7a8b3331a277da1f106752ce0a34f8937 (patch) | |
tree | 841626abf0ab8089ea07bc0b099f48fa87925436 /gcc/go | |
parent | b9119edc09e4660d772dea771578715858f7fbdb (diff) | |
download | gcc-1798cac7a8b3331a277da1f106752ce0a34f8937.zip gcc-1798cac7a8b3331a277da1f106752ce0a34f8937.tar.gz gcc-1798cac7a8b3331a277da1f106752ce0a34f8937.tar.bz2 |
runtime: remove direct assignments to memory locations
PR bootstrap/101374
They cause a warning with the updated GCC -Warray-bounds option.
Replace them with calls to abort, which for our purposes is fine.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/333409
Diffstat (limited to 'gcc/go')
-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 ab1384d..4d0f44f 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -01cb2b5e69a2d08ef3cc1ea023c22ed9b79f5114 +adcf10890833026437a94da54934ce50c0018309 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |