]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: silence assignment errors to undefined symbols
authorDaniel Morsing <daniel.morsing@gmail.com>
Fri, 3 Jan 2014 20:03:20 +0000 (21:03 +0100)
committerDaniel Morsing <daniel.morsing@gmail.com>
Fri, 3 Jan 2014 20:03:20 +0000 (21:03 +0100)
commitf2e94b58a01389cb9dcf51821b96435343594879
tree55b705cec1442c287be600113767cc73084381b0
parent880442f110ce33b2981561461841979d58848b78
cmd/gc: silence assignment errors to undefined symbols

Fixes #6406.

R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/46900043
src/cmd/gc/typecheck.c
test/fixedbugs/issue6406.go [new file with mode: 0644]
test/typecheck.go