]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add test for fixed ICE on untyped conversion
authorAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 20 Jul 2020 16:32:53 +0000 (18:32 +0200)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 20 Jul 2020 18:18:56 +0000 (18:18 +0000)
commit11f92e9dae96939c2d784ae963fa7763c300660b
tree49fb7b1fa63a7ee1e410e16a9701714361430f3a
parent0951939fd9e4a6bc83f23c42e8ddff02b29c997e
cmd/compile: add test for fixed ICE on untyped conversion

The ICE reported as #33308 was fixed by a related CL; this change adds
a regression test with the crasher.

Fixes #33308

Change-Id: I3260075dbe3823b56b8825e6269e57a0fad185a6
Reviewed-on: https://go-review.googlesource.com/c/go/+/243458
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
test/fixedbugs/issue33308.go [new file with mode: 0644]