Re: Backport reflect.Call fixes to 4.8 branch

2013-12-02 Thread Ian Lance Taylor
On Wed, Nov 27, 2013 at 3:01 PM, Michael Hudson-Doyle wrote: > This patch brings the recent fix for calling a function or method that > takes or returns an empty struct via reflection to the 4.8 branch. Thanks. Committed to 4.8 branch. Ian

Backport reflect.Call fixes to 4.8 branch

2013-11-27 Thread Michael Hudson-Doyle
This patch brings the recent fix for calling a function or method that takes or returns an empty struct via reflection to the 4.8 branch. Cheers, mwh diff --git a/libgo/go/reflect/all_test.go b/libgo/go/reflect/all_test.go index 526f09b..eecc459 100644 --- a/libgo/go/reflect/all_test.go +++ b/lib