This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

--- Comment #9 from Ian Lance Taylor <ian at airs dot com> ---
Thanks for the test case.  I wrote a completely different test case that is
more like the existing reflect tests: https://codereview.appspot.com/151280043/
.  This test passes with gc but fails with gccgo at present on amd64:

--- FAIL: TestVariadicMethodValue (0.00 seconds)
panic: reflect: cannot use []reflect_test.Point as type reflect_test.Point in
Call [recovered]
    panic: reflect: cannot use []reflect_test.Point as type reflect_test.Point
in Call


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]