]> Cypherpunks repositories - gostls13.git/commit
gc: handle invalid name in type switch
authorRuss Cox <rsc@golang.org>
Tue, 1 Feb 2011 19:00:36 +0000 (14:00 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 1 Feb 2011 19:00:36 +0000 (14:00 -0500)
commit05b9050bda586eff8be1cc7c262dd57d0a009175
tree7fa33f0ab96d2777a77cc1b9e8d19fabcaddb4a3
parent865d5767022326e097482ec211ab24b9418afda7
gc: handle invalid name in type switch

Fixes #1453.

R=ken2
CC=golang-dev
https://golang.org/cl/4125043
src/cmd/gc/go.y
test/syntax/typesw.go [new file with mode: 0644]