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
bufio
builtin
bytes
compress
container
crypto
database/sql
debug
encoding
errors
exp
expvar
flag
fmt
go
hash
html
image
index/suffixarray
io
log
math
mime
net
old
os
path
reflect
regexp
runtime
sort
strconv
strings
sync
syscall
testing
text
time
unicode