]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: ensure size is computed for shape types
authorKeith Randall <khr@golang.org>
Thu, 3 Feb 2022 17:44:21 +0000 (09:44 -0800)
committerKeith Randall <khr@golang.org>
Thu, 3 Feb 2022 18:23:55 +0000 (18:23 +0000)
commit1ab827371858e02f864f91e7dc561ae48eb7bbd0
treea04578798b7f7d60497a98154959a03bd45fe5ac
parent7f9494c277a471f6f47f4af3036285c0b1419816
cmd/compile: ensure size is computed for shape types

Fixes #50993

Change-Id: I5f1bf5a8375c3da3203083b11de26962523ccb36
Reviewed-on: https://go-review.googlesource.com/c/go/+/382874
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
Trust: Dan Scales <danscales@google.com>
src/cmd/compile/internal/typecheck/subr.go
test/typeparam/issue50993.go [new file with mode: 0644]