[Bug go/61877] [5 Regression]: reflect: cannot use []string as type string in Call
ian at airs dot com
gcc-bugzilla@gcc.gnu.org
Thu Oct 2 04:17:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61877
--- Comment #5 from Ian Lance Taylor <ian at airs dot com> ---
Hmmm, I don't quite see how that patch could be correct. Does it do the right
thing for both f(a, b, c) and f(a, sliceval...)?
Any test would look like TestMethodValue in all_test.go, but it looks like that
doesn't test a variadic function. Or in TestMakeFuncVariadic, but it looks
like that doesn't test a method value.
More information about the Gcc-bugs
mailing list