cmd/compile: "not marked addrtaken" ICE since CL 522879 #62313
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Milestone
https://go.dev/play/p/MJ6BinCcAOv?v=gotip is ICE'ing since CL 522879.
The issue is I just forgot to mark Addrtaken on the Canonical ONAME. (This was done in ComputeAddrtaken, but not in markAddrOf; I missed the difference, and it happens that only ComputeAddrtaken ever visited non-canonical ONAMEs.)
The text was updated successfully, but these errors were encountered: