diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-03-05 23:05:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-03-05 23:05:38 +0000 |
commit | 03ac8302a60099632ea1f95af14db5dfd83f2970 (patch) | |
tree | 2d09784730499ce1787c73cf4c43cd8d5d02d6f0 /gcc/go | |
parent | 934e992600497edec7ca89952d8d6579844a5164 (diff) | |
download | gcc-03ac8302a60099632ea1f95af14db5dfd83f2970.zip gcc-03ac8302a60099632ea1f95af14db5dfd83f2970.tar.gz gcc-03ac8302a60099632ea1f95af14db5dfd83f2970.tar.bz2 |
runtime: enable precise GC checks when using stack maps
In the runtime there are bad pointer checks that currently don't
work with the concervative collector. With stack maps, the GC is
precise and the checks should work. Enable them.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/153871
From-SVN: r269406
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 3315957..78dd824 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -14e48e756af205a68374c872f3bd03d62ccd70bb +3f8ddaa1d773309b6a4b8e4640f8b9675d9764c6 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |