]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: nilcheck interface value in go/defer interface call for SSA
authorCherry Zhang <cherryyz@google.com>
Mon, 6 Jun 2016 20:00:33 +0000 (16:00 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 8 Jun 2016 20:35:53 +0000 (20:35 +0000)
commitf3689d138256c36dbe0004459f79d570f5345f74
treef4badbfd58ed9af987b32a9770c168a93c384c87
parent0324a3f828d3a2f48751df2bbd54ad20499e598a
cmd/compile: nilcheck interface value in go/defer interface call for SSA

This matches the behavior of the legacy backend.

Fixes #15975 (if this is the intended behavior)

Change-Id: Id277959069b8b8bf9958fa8f2cbc762c752a1a19
Reviewed-on: https://go-review.googlesource.com/23820
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/ssa.go
test/fixedbugs/issue15975.go [new file with mode: 0644]