]> Cypherpunks repositories - gostls13.git/commit
break and continue fixes
authorRuss Cox <rsc@golang.org>
Wed, 29 Jul 2009 21:49:01 +0000 (14:49 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 29 Jul 2009 21:49:01 +0000 (14:49 -0700)
commit2946069e3f8e82122882b220da6527461e711dda
tree277506caa406741238a95a9f03a957216fa60376
parent75e0569b99d6da1315a8009df6803d1e4fae5ce8
break and continue fixes

labeled break/continue was using
first loop with any label,
not first loop with the right label.

R=ken
OCL=32453
CL=32458
src/cmd/6g/gobj.c
src/cmd/8g/gobj.c
src/cmd/gc/gen.c
test/fixedbugs/bug136.go [moved from test/bugs/bug136.go with 100% similarity]
test/fixedbugs/bug178.go [new file with mode: 0644]
test/fixedbugs/bug179.go [new file with mode: 0644]
test/golden.out