]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: ignore blank (_) labels in label declarations
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Wed, 9 Apr 2014 06:34:17 +0000 (08:34 +0200)
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Wed, 9 Apr 2014 06:34:17 +0000 (08:34 +0200)
commit907736e2fe94c8cd41d3016154f2093280065484
tree15aab4e867cd9769d7d62f7358ea82ecea0fd8b5
parent51fba7d8f543e9a3d1c192f9a4e1fa9e29ccc998
cmd/gc: ignore blank (_) labels in label declarations

Fixes #7538

LGTM=rsc
R=gri, rsc
CC=golang-codereviews
https://golang.org/cl/85040045
src/cmd/gc/gen.c
test/fixedbugs/issue7538a.go [new file with mode: 0644]
test/fixedbugs/issue7538b.go [new file with mode: 0644]