]> Cypherpunks repositories - gostls13.git/commit
gc: static implements check on typeswitches only applies to concrete case types.
authorLuuk van Dijk <lvd@golang.org>
Tue, 24 Jan 2012 12:53:00 +0000 (13:53 +0100)
committerLuuk van Dijk <lvd@golang.org>
Tue, 24 Jan 2012 12:53:00 +0000 (13:53 +0100)
commit0e919ff2c978294c9b0472055b96bb1a09606934
treed38ab41015b1f8bbbcb36b30d07a44b5e20f3e8f
parent0442087f93d49dec95cd327efbc8c760484ac8bb
gc: static implements check on typeswitches only applies to concrete case types.

Fixes #2700.

R=rsc
CC=golang-dev
https://golang.org/cl/5574046
src/cmd/gc/swt.c
test/typeswitch3.go