From c88893a0da8fd01f20b4e254f706f054a72fc435 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 6 Feb 2018 15:18:50 +0000 Subject: runtime: correct runtime structfield type to match reflect The offset field in structfield has changed to offsetAnon, and now requires a shift to get the actual offset value. Fixes golang/go#23391 Reviewed-on: https://go-review.googlesource.com/92275 From-SVN: r257413 --- 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 ba8a8e0..91bebe5 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -c02c71187c9794b50444e2858c582e66a3442ee8 +1927b40e59e7c2067ecb03384b331d1be3cb5eea The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1