]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix error when typeswitching on untyped
authorTodd Neal <todd@tneal.org>
Sun, 30 Apr 2017 17:06:27 +0000 (12:06 -0500)
committerTodd Neal <todd@tneal.org>
Sun, 30 Apr 2017 17:25:47 +0000 (17:25 +0000)
commitcee5cd5a02a981271c8ea406b036708db22b25d0
tree1f11bead7529a755ac8925a34469a2788b2f6410
parent5e157db37acb9523d7d7df041f863af656bc8e9b
cmd/compile: fix error when typeswitching on untyped

Fixes #20185
Fixes #19977

Change-Id: I8434713d20616ff0c0bc8f33f017e2548a5cccfa
Reviewed-on: https://go-review.googlesource.com/42210
Run-TryBot: Todd Neal <todd@tneal.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/swt.go
test/fixedbugs/issue19977.go [new file with mode: 0644]
test/fixedbugs/issue20185.go [new file with mode: 0644]