]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: accept cases with same value but different types in switch.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 25 Feb 2013 23:45:43 +0000 (00:45 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 25 Feb 2013 23:45:43 +0000 (00:45 +0100)
commit71b3b460738decbce5f1797492eaa59b06d69687
treeefb00a869a5948c4095f95e8f256faee46e0e23c
parent9e66ee456210024ad05ba95f3b245cdc974aba43
cmd/gc: accept cases with same value but different types in switch.

Fixes #4781.

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