r202671 - /branches/gcc-4_8-branch/libgo/go/ref...
ian@gcc.gnu.org
ian@gcc.gnu.org
Tue Sep 17 23:03:00 GMT 2013
Author: ian
Date: Tue Sep 17 22:11:57 2013
New Revision: 202671
URL: http://gcc.gnu.org/viewcvs?rev=202671&root=gcc&view=rev
Log:
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.
Modified:
branches/gcc-4_8-branch/libgo/go/reflect/value.go
More information about the Gcc-cvs
mailing list