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.