cmd/compile: internal compiler error after OpArg expansion delay on PPC64 #43551
Labels
arch-ppc64x
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Milestone
What version of Go are you using (
go version
)?Tested with latest tip as of 30 minutes ago.
Does this issue reproduce with the latest release?
No, this is a regression on tip.
What operating system and processor architecture are you using (
go env
)?This happens on PPC64 but not AMD64.
What did you do?
I tried to build this minimized reproduce case.
go.mod
p.go
x/x.go
With:
What did you expect to see?
Successful build, like with AMD64.
What did you see instead?
An internal compiler error:
Bisection points to this regression being introduced in CL 262117.
CC @dr2chase.
The text was updated successfully, but these errors were encountered: