]> git.ipfire.org Git - thirdparty/gcc.git/commit
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:31:36 +0000 (16:31 -0700)
commitb516216f5fa91470eede5c752e5db0f957325030
tree1503cf3b46a4208bdf5f51b84352b4f53b57afe7
parent84dc3879f377ddaecb4054a7bf7671114dfb7228
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/types.cc
libgo/go/reflect/all_test.go