]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix incorrect error when using f(g()) form on ... args
authorDaniel Morsing <daniel.morsing@gmail.com>
Tue, 16 Jul 2013 09:43:11 +0000 (11:43 +0200)
committerDaniel Morsing <daniel.morsing@gmail.com>
Tue, 16 Jul 2013 09:43:11 +0000 (11:43 +0200)
commit7e270cf6c4be9ddc240c2661c18f163728cbb897
tree4d531461bf7477f58b49ca059085f7325b4b1e8d
parent4949dcb211010040c343fdfee6ac67cafdedbb51
cmd/gc: fix incorrect error when using f(g()) form on ... args

Fixes #5358.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/11282044
src/cmd/gc/typecheck.c
test/fixedbugs/issue5358.go [new file with mode: 0644]