]> Cypherpunks repositories - gostls13.git/commit
gc: fix type switch error message for invalid cases.
authorLorenzo Stoakes <lstoakes@gmail.com>
Thu, 12 May 2011 03:41:59 +0000 (23:41 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 12 May 2011 03:41:59 +0000 (23:41 -0400)
commitf58d911698e8e4690675fe276dac4795c39a9dfe
tree401ce46ac68a3f109f0b7ab1fe76afdcbdc65e8d
parent9d2a697fb9d04f65bb9ba6c7b2b508c263da0503
gc: fix type switch error message for invalid cases.

Fixes #1606.

R=rsc
CC=golang-dev
https://golang.org/cl/4532045
src/cmd/gc/swt.c
test/fixedbugs/bug340.go [new file with mode: 0644]