gcc/libgo/go
Ian Lance Taylor b15d794389 reflect: Fix bug calling method on indirect value.
The gccgo-specific iword function was checking v.kind, but for
a method value that is always Func.  Fix to check v.typ.Kind()
instead.

From-SVN: r202670
2013-09-17 22:11:43 +00:00
..
archive libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
bufio libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
builtin libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
bytes libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
compress libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
container libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
crypto libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
database/sql libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
debug libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
encoding libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
errors
exp libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
expvar
flag
fmt libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
hash
html libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
image libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
index/suffixarray
io libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
log log/syslog: Restore interface to make this work on Solaris again. 2013-07-23 21:23:27 +00:00
math libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
mime libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
net net: give C.getaddrinfo a hint that we only want SOCK_STREAM answers 2013-08-09 20:51:16 +00:00
old libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
os libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
path libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
reflect reflect: Fix bug calling method on indirect value. 2013-09-17 22:11:43 +00:00
regexp libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
runtime libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
sort libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
strconv libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
strings libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
sync libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
syscall syscall: Change AWK split call to use []+ rather than []*. 2013-08-02 22:30:30 +00:00
testing libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
text libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
time libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
unicode libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00