aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-01-07 22:07:26 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-01-07 22:07:26 +0000
commit33a5d8ccb5482e446410ffbba30f0b560fc1c8fc (patch)
tree709c96bb2f7fb7e7419f59a1b0f0044acb36ce47 /gcc
parentfdcef314bcb0728d883cd87d6950d85217e82755 (diff)
downloadgcc-33a5d8ccb5482e446410ffbba30f0b560fc1c8fc.zip
gcc-33a5d8ccb5482e446410ffbba30f0b560fc1c8fc.tar.gz
gcc-33a5d8ccb5482e446410ffbba30f0b560fc1c8fc.tar.bz2
runtime: in doscanstackswitch, set gp->m before gogo
This is following CL 156038. doscanstackswitch uses the same mechanism of switching goroutines as getTraceback, and so has the same problem as described in issue golang/go#29448. This CL applies the same fix. Reviewed-on: https://go-review.googlesource.com/c/156697 From-SVN: r267661
Diffstat (limited to 'gcc')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 7c7370a..267c32b 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-c8a9bccbc524381d150c84907a61ac257c1b07cc
+085ef4556ec810a5a9c422e7b86d98441dc92e86
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.