gcc/libgo/go/reflect
Ian Lance Taylor d90936ff88 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
2016-04-12 22:20:30 +00:00
..
all_test.go reflect: change Value.Call results to not be addressable 2016-04-12 22:20:30 +00:00
deepequal.go libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
example_test.go runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
export_test.go re PR go/66138 (json decoder Decode function fails for some structure return values) 2015-11-07 01:24:57 +00:00
makefunc_ffi_c.c Add attribute unused to dummy arguments in ffi stub 2015-01-19 14:10:59 -08:00
makefunc_ffi.go reflect: Fix build for systems that do not define ffi_go_closure. 2015-01-19 02:56:28 +00:00
makefunc.go reflect: Fix build for systems that do not define ffi_go_closure. 2015-01-19 02:56:28 +00:00
set_test.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
tostring_test.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
type.go libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
value.go reflect: change Value.Call results to not be addressable 2016-04-12 22:20:30 +00:00