compiler: set varargs correctly for type of method expression
authorIan Lance Taylor <iant@golang.org>
Thu, 1 Oct 2020 22:11:22 +0000 (15:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 1 Oct 2020 23:10:17 +0000 (16:10 -0700)
commit3e52eaab8c57ad06bcd553f140923a34e5749991
treeaefb9c7afe93c5278b9850695b7bd04af33cd99b
parent4c69e61f4307865b95151006e480ae2022b30454
compiler: set varargs correctly for type of method expression

Fixes golang/go#41737

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/258977
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/types.cc
libgo/go/reflect/all_test.go