[Bug go/61877] [5 Regression]: reflect: cannot use []string as type string in Call

michael.hudson at linaro dot org gcc-bugzilla@gcc.gnu.org
Thu Oct 2 02:50:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61877

--- Comment #3 from Michael Hudson-Doyle <michael.hudson at linaro dot org> ---
The problem is that the call to "m.Call" at
https://gcc.gnu.org/viewcvs/gcc/trunk/libgo/go/reflect/makefunc.go?revision=212853&view=markup#l133
needs, in this case, to be a call to "m.CallSlice".  I don't know how it can
know when it needs to do that though.



More information about the Gcc-bugs mailing list