aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/plugin.go
diff options
context:
space:
mode:
authorCuong Manh Le <cuong.manhle.vn@gmail.com>2026-03-25 16:36:34 +0700
committerGopher Robot <gobot@golang.org>2026-03-26 09:01:18 -0700
commitb77fdc333aecc4691a0f637bd8a2600c879e342a (patch)
tree317f9d40b8bc46a83cb939cddd8891efb0a2cd4a /src/runtime/plugin.go
parent5edb5d729d14f0e036669e505548c899592a4d7c (diff)
downloadgo-b77fdc333aecc4691a0f637bd8a2600c879e342a.tar.xz
cmd/compile: skip incomplete types in needWrapper
A recursive pointer type *T may still be a TFORW when the compiler determines if method wrappers are needed. This leads to an incorrect decision and triggers an internal compiler error. Fix this by skipping incomplete types during the method wrapper generation check. Fixes #78295 Change-Id: I4005e525e9b076c6656aed5419283c0418edcac6 Reviewed-on: https://go-review.googlesource.com/c/go/+/758922 Reviewed-by: Jakub Ciolek <jakub@ciolek.dev> Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com> Reviewed-by: Keith Randall <khr@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'src/runtime/plugin.go')
0 files changed, 0 insertions, 0 deletions