aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-07-02 16:28:43 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-07-02 16:28:43 +0000
commit7edd4c1885f4ecc31b80f157f7aa96ccd40d1075 (patch)
treea4a2df0f6300e9b015628e22a0fe093e880ef8d2 /gcc/go
parenta08acce83a052a8b800eddaaae36e51e8de57643 (diff)
downloadgcc-7edd4c1885f4ecc31b80f157f7aa96ccd40d1075.zip
gcc-7edd4c1885f4ecc31b80f157f7aa96ccd40d1075.tar.gz
gcc-7edd4c1885f4ecc31b80f157f7aa96ccd40d1075.tar.bz2
re PR go/86331 (the gccgo's "go" tool looks like failing to invoke any sub go command)
PR go/86331 os: check return value as well as error from waitid https://gcc.gnu.org/PR86331 indicates that if a signal handler runs it is possible for syscall.Syscall6 to return a non-zero errno value even if no error occurs. That is a problem in general, but this fix will let us work around the general problem for the specific case of calling waitid. Reviewed-on: https://go-review.googlesource.com/121595 From-SVN: r262313
Diffstat (limited to 'gcc/go')
-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 237c46d..e65c0bc 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-e1fcce0aec27b1f50ac0e736f39f4c806c2a5baa
+94738979a3422e845acf358a766aabf8b9275d43
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.