]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: mark ODYNAMICDOTTYPE as an expression that can panic
authorKeith Randall <khr@golang.org>
Tue, 24 Aug 2021 17:21:16 +0000 (10:21 -0700)
committerKeith Randall <khr@golang.org>
Tue, 24 Aug 2021 18:31:34 +0000 (18:31 +0000)
commitc2f96e686fe9383711d23aea95a34a280fdd0e49
tree33a3f64f1c7d30ab1f0ef03013b127c0231f2ecf
parent5b64381155a779d5392f015e08111906c6e35738
cmd/compile: mark ODYNAMICDOTTYPE as an expression that can panic

Fixes #47924

Change-Id: I4325b3c4ed9d369d9ea778478285436e1b2ab08a
Reviewed-on: https://go-review.googlesource.com/c/go/+/344571
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/walk/walk.go
test/typeparam/issue47924.go [new file with mode: 0644]