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
makefunc_ffi.go
makefunc.go
set_test.go
tostring_test.go
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