aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-06-06 14:50:16 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-06-06 14:50:16 +0000
commit1d6ccc5f2984952ee71b0bea511cffcd5a30725d (patch)
treecffc231c7ade9a8ba7e8070fec2ec552b4775e96 /gcc
parent1336795a5669b19722fdbc256a3bfe801b54eea7 (diff)
downloadgcc-1d6ccc5f2984952ee71b0bea511cffcd5a30725d.zip
gcc-1d6ccc5f2984952ee71b0bea511cffcd5a30725d.tar.gz
gcc-1d6ccc5f2984952ee71b0bea511cffcd5a30725d.tar.bz2
reflect: fix StructOf hash and string
Adjust the hash and string fields computed by StructOf to match the values that the compiler computes for a struct type with the same field names and types. This makes the reflect code match the compiler's Type::hash_for_method and Type::reflection methods. Fixes golang/go#25284 Reviewed-on: https://go-review.googlesource.com/116515 From-SVN: r261235
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 d2fde07..eba9bd4 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-8b6c7f3f9762366bab96ea95b966e93e2593be13
+baf289294a026ddd30c9e4341aff528084337763
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.