aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-02-17 15:43:39 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-02-17 15:43:39 +0000
commit00b2a30fd4df92fe5ea879295d65c55bf1725fcb (patch)
tree01db6511f47b5c9c301fa6f57b0df9376c364fd5 /gcc
parent4bcd6597a33c86615059873504b3140f49c3b96c (diff)
downloadgcc-00b2a30fd4df92fe5ea879295d65c55bf1725fcb.zip
gcc-00b2a30fd4df92fe5ea879295d65c55bf1725fcb.tar.gz
gcc-00b2a30fd4df92fe5ea879295d65c55bf1725fcb.tar.bz2
libgo: update to final Go 1.8 release
Along with the update this fixes a problem that was always present but only showed up with the new reflect test. When a program used a **unsafe.Pointer and stored the value in an interface type, the generated type descriptor pointed to the GC data for *unsafe.Pointer. It did that by name, but we were not generating a variable with the right name. Reviewed-on: https://go-review.googlesource.com/37144 From-SVN: r245535
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 0f5bec0..9cf7ec3 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-c3935e1f20ad5b1d4c41150f11fb266913c04df7
+893f0e4a707c6f10eb14842b18954486042f0fb3
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.