diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-04-12 22:20:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-04-12 22:20:30 +0000 |
commit | d90936ff88545c9312a0137725a9b1ab0919ad48 (patch) | |
tree | 28a9c3f2597188d84f187d5dd61f59b16d9a9a40 /gcc | |
parent | 8a434ada27c0dfd6f3e8dcdb9bb2e806f14cec99 (diff) | |
download | gcc-d90936ff88545c9312a0137725a9b1ab0919ad48.zip gcc-d90936ff88545c9312a0137725a9b1ab0919ad48.tar.gz gcc-d90936ff88545c9312a0137725a9b1ab0919ad48.tar.bz2 |
reflect: change Value.Call results to not be addressable
Leaving them incorrectly marked as addressable broke a use of the
text/template package, because state.evalField checks CanAddr and takes
the address if it is addressable.
Reviewed-on: https://go-review.googlesource.com/21908
From-SVN: r234923
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 d7f1dbc..cc38613 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -8edf085a94579bd819a10f50328233812ceeb950 +8e7b5e777333fa4cd070d96e94ea82e3e1132739 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |