From 543f217b7aea9a8cdc3b669c5ce7d56a1e944257 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 12 Oct 2016 15:38:56 +0000 Subject: 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 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go') 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. -- cgit v1.1