]> Cypherpunks repositories - gostls13.git/commit
test: add test for conversion of untyped bool to interface
authorIan Lance Taylor <iant@golang.org>
Fri, 10 Jul 2020 19:21:41 +0000 (12:21 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 15 Aug 2020 01:43:18 +0000 (01:43 +0000)
commit12d40adac46b5c771247a789205f7893bfd808b2
treea2594baab009e64c9031e058bb08cd8afdd112fb
parent6072d6ee3e173bb46370dabc158e2cb25a6f4877
test: add test for conversion of untyped bool to interface

gccgo miscompiled this case.

Updates #40152

Change-Id: I8448c155e802e39d8fc7cda4930ce62cb6363ce5
Reviewed-on: https://go-review.googlesource.com/c/go/+/242000
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
test/fixedbugs/issue40152.go [new file with mode: 0644]