]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: preserve type information in inrange
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 24 Oct 2016 22:36:26 +0000 (15:36 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 24 Oct 2016 22:57:21 +0000 (22:57 +0000)
commit93bca632d9d4662c0e04f6ae24122579130a4bc2
tree7242a9a2128c2328c5ca90df05e9e88c1decf205
parentb55cee1893283cc55e99fb041fc0067f56924926
cmd/compile: preserve type information in inrange

Fixes #17551.

Change-Id: I84b7d82654cda3559c119aa56b07f30d0d224865
Reviewed-on: https://go-review.googlesource.com/31857
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/walk.go
test/fixedbugs/issue17551.go [new file with mode: 0644]