]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix spurious 'not enough arguments to return' error
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Fri, 14 Mar 2014 15:42:42 +0000 (16:42 +0100)
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Fri, 14 Mar 2014 15:42:42 +0000 (16:42 +0100)
commit1483747f3c62fb6149cce8027e98adeda77cc343
tree8bb74ed497587401c7b04ab004d9c7c71f75179e
parentcbe777b2c70320f52f85c6c8f1242b35dd45b341
cmd/gc: fix spurious 'not enough arguments to return' error

Fixes #6405

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