]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fewer errors for wrong argument count
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Thu, 17 Apr 2014 02:42:09 +0000 (22:42 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 17 Apr 2014 02:42:09 +0000 (22:42 -0400)
commit1d2b71ce83ac66c268985a6a9ddf8f062e71821f
treeb5920c640843b3092a39a0e97fac378d2b0f3741
parent1e2a61aee19e9f327950a19131b1349ebb5240e6
cmd/gc: fewer errors for wrong argument count

Fixes #7675

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/85040044
src/cmd/gc/typecheck.c
test/fixedbugs/issue7675.go [new file with mode: 0644]