]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: reject incorrect use of fallthrough.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 19 Feb 2014 06:55:03 +0000 (07:55 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 19 Feb 2014 06:55:03 +0000 (07:55 +0100)
commit96678f9dc026648889830cd058cd34d9e7759426
tree8d5260ec40b5f0cfc03528a31c9fe1584c6b2113
parent8b0b994c08c540702fbfe84a50ed72b93892d7c5
cmd/gc: reject incorrect use of fallthrough.

Fixes #6500.

LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/14920053
src/cmd/gc/go.y
src/cmd/gc/swt.c
src/cmd/gc/y.tab.c
test/fixedbugs/issue6500.go [new file with mode: 0644]