diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-11-22 21:04:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-11-22 21:04:27 +0000 |
commit | 7239bf746acb27f8b116e0fbf1b6e40ec12d40d3 (patch) | |
tree | 545e7c7a65ae8c006a01b0d464c069a7e70da27e /gcc | |
parent | f0515366807f98dadbf322ff605b4331e7c4b5bf (diff) | |
download | gcc-7239bf746acb27f8b116e0fbf1b6e40ec12d40d3.zip gcc-7239bf746acb27f8b116e0fbf1b6e40ec12d40d3.tar.gz gcc-7239bf746acb27f8b116e0fbf1b6e40ec12d40d3.tar.bz2 |
re PR go/77910 (go: open zversion.go: no such file or directory)
PR go/77910
cmd/go: don't check standard packages when using gccgo
This copies https://golang.org/cl/33295 to libgo.
This fixes GCC PR 77910.
Reviewed-on: https://go-review.googlesource.com/33471
From-SVN: r242724
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 212b9e9..5ff8b8d 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -7593cc83a03999331c5e2dc65a9306c5fe57dfd0 +e66f30e862cb5d02b9d55bf44ac439bb8fc4ea19 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |