]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: make iface == iface const evaluation respect !=
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 10 Apr 2017 19:42:52 +0000 (12:42 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 10 Apr 2017 20:05:56 +0000 (20:05 +0000)
commitb83a916f7186eb98636407c304974db34277aa2f
tree5a1e8514eb1becc7b02b8f91fb988712bd7c32ab
parent44bd39c3a4c4635872a35154927b073f12a2755d
cmd/compile: make iface == iface const evaluation respect !=

Fixes #19911

Change-Id: Ib2b2505fe31ce00c6ffc021a0fe5df510633b44b
Reviewed-on: https://go-review.googlesource.com/40251
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/const.go
test/fixedbugs/issue19911.go [new file with mode: 0644]