]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix confusing error when using variable as type.
authorDaniel Morsing <daniel.morsing@gmail.com>
Sun, 21 Oct 2012 18:50:31 +0000 (20:50 +0200)
committerDaniel Morsing <daniel.morsing@gmail.com>
Sun, 21 Oct 2012 18:50:31 +0000 (20:50 +0200)
commitd7a3407e3d6543f3884c181a6b1135fa0fcc882b
treec09a97dd5cb37a319aca172a98862f636fa76059
parenta7a3fe72386df56d6bf6cd83fe346e1c72cf998a
cmd/gc: fix confusing error when using variable as type.

Fixes #3783.

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