gcc/libgo/go/reflect
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
..
all_test.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
deepequal.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
example_test.go
export_test.go
makefunc.go libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +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 Go 1.1.1. 2013-07-16 06:54:42 +00:00
value.go reflect: Fix bug calling method on indirect value. 2013-09-17 22:11:43 +00:00