diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-08 04:39:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-05-08 04:39:19 +0000 |
commit | b65b77cc80885f72f710da4134f05fc6b12fc8c5 (patch) | |
tree | 8e3610361be26c2dac6c5862abb45933735ee1fc /gcc | |
parent | d9b120ce89f7198d1a82727f54e0563321a2cba8 (diff) | |
download | gcc-b65b77cc80885f72f710da4134f05fc6b12fc8c5.zip gcc-b65b77cc80885f72f710da4134f05fc6b12fc8c5.tar.gz gcc-b65b77cc80885f72f710da4134f05fc6b12fc8c5.tar.bz2 |
reflect: correctly handle direct interface typed receiver in Value.call
A direct interface type's value method takes value receiver now.
Don't pass pointer to the method function.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/175798
From-SVN: r271000
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 ed95dfd..27e770c 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -e3ba8828baf60343316bb68002e94570ee63ad1e +fcbf847c3bf76fb475c9020e1c57057134407263 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |