]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: don't use dictionary convert to shaped empty interface
authorWayne Zuo <wdvxdr@golangcn.org>
Tue, 7 Jun 2022 01:12:21 +0000 (09:12 +0800)
committerKeith Randall <khr@golang.org>
Wed, 22 Jun 2022 22:14:02 +0000 (22:14 +0000)
commitff17b7d0d42af12ca1ad766a135d9951029027ea
tree12c2c4b27e9107eff5ebfaf2d7d002b01740a813
parent2a3b467d5f8de04a3493b7ab8cd886e109bd9283
cmd/compile: don't use dictionary convert to shaped empty interface

Fixes: #53254
Change-Id: I3153d6ebb9f25957b09363f45c5cd4651ee84c2d
Reviewed-on: https://go-review.googlesource.com/c/go/+/410655
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/noder/stencil.go
test/typeparam/issue53254.go [new file with mode: 0644]