]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: clear hidden value at end of channel range body
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 14 Apr 2016 15:48:36 +0000 (08:48 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 14 Apr 2016 19:20:26 +0000 (19:20 +0000)
commit644493f1090e965cbde3e3245bc8b12bb5486477
tree72a0ddaa0a18c686a5a6132c532fd49214a1946e
parent24bd465bca145320bffd5b06e11da105226a1eae
cmd/compile: clear hidden value at end of channel range body

While we’re here, clean up a few comments.

Fixes #15281

Change-Id: Ia6173e9941133db08f57bc80bdd3c5722122bfdb
Reviewed-on: https://go-review.googlesource.com/22082
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/range.go
test/fixedbugs/issue15281.go [new file with mode: 0644]