]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix delay transformation in *subster.node()
authorkorzhao <korzhao95@gmail.com>
Sun, 29 Aug 2021 06:36:20 +0000 (14:36 +0800)
committerDan Scales <danscales@google.com>
Mon, 6 Sep 2021 14:02:24 +0000 (14:02 +0000)
commitecfff58fb8c3aabbce7b15c850210485c1f09d61
treeea5246515eb308e248fd80338bf30bc7a40dcfbb
parentc7f09eeb1397e177508c8761c469dd377ce390cf
cmd/compile: fix delay transformation in *subster.node()

Add OCALL, OCALLFUNC, OCALLMETH, OCALLINTER, ODYNAMICDOTTYPE transformations to the CALL check switch statement.

Fixes #48042

Change-Id: Ied93efd979c5b2c56b72fad26fccfd9f887361d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/345949
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/stencil.go
test/typeparam/issue48042.go [new file with mode: 0644]