diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-13 00:43:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-13 00:43:56 +0000 |
commit | cd34e54306bfb2ef53fbb2405de435e375337ef9 (patch) | |
tree | 7eb733a5b30639c426714eac9d7dfeacc3b95c4f /gcc | |
parent | 67972c9038daa394086daeed5c332983fa92d583 (diff) | |
download | gcc-cd34e54306bfb2ef53fbb2405de435e375337ef9.zip gcc-cd34e54306bfb2ef53fbb2405de435e375337ef9.tar.gz gcc-cd34e54306bfb2ef53fbb2405de435e375337ef9.tar.bz2 |
runtime: clear isSystemGoroutine in goexit
Otherwise it may be set when the g struct is reused via gfput/gfget.
Test is golang.org/x/net/http2 with GOMAXPROCS=12.
Reviewed-on: https://go-review.googlesource.com/45430
From-SVN: r249143
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 d4a3129..a2ed1f3 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -908fc7e46ebe36658ed86b65a3d165fccb2e8576 +3b44ad058abda0d1b0b6c928987270da50ab7431 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |