gcc/libgo/go
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
..
archive libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
bufio libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
builtin runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
bytes libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
cmd libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
compress libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
container libgo: Update to Go 1.3 release. 2014-07-19 08:53:52 +00:00
crypto libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
database/sql libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
debug libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
encoding libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
errors
exp libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
expvar runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
flag runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
fmt libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
go libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
hash libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
html libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
image libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
index/suffixarray libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
internal libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
io libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
log libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
math libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
mime libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
net libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
old libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
os libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
path libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
reflect reflect: change Value.Call results to not be addressable 2016-04-12 22:20:30 +00:00
regexp libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
runtime libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
sort libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
strconv libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
strings libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
sync libgo: Update to final Go 1.6 release. 2016-02-18 05:56:46 +00:00
syscall re PR go/69966 (libgo: Port syscall.SetsockoptUcred from golang) 2016-02-26 17:36:00 +00:00
testing libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
text libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
time libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00
unicode libgo: Update to go1.6rc1. 2016-02-03 21:58:02 +00:00