aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-10-12 15:38:56 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-10-12 15:38:56 +0000
commit543f217b7aea9a8cdc3b669c5ce7d56a1e944257 (patch)
treee893441fcdcea3e67f857c489e3e5cb2851da59e /gcc
parent859e95abb84b67a2cb42d6e6013c16160d9c802d (diff)
downloadgcc-543f217b7aea9a8cdc3b669c5ce7d56a1e944257.zip
gcc-543f217b7aea9a8cdc3b669c5ce7d56a1e944257.tar.gz
gcc-543f217b7aea9a8cdc3b669c5ce7d56a1e944257.tar.bz2
runtime: copy Go 1.7 runtime semaphore code
This triggered a check in releaseSudog that g.param not nil, because libgo uses the param field when starting a goroutine. Fixed by clearing g->param in kickoff in proc.c. Reviewed-on: https://go-review.googlesource.com/30951 From-SVN: r241067
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 d022604..b5ba744 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-d56717f8c434b3d6b753c027487681769e201e14
+7e4543d050339e113e6278fd442d940c0f1a5670
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.