cmd/compile: compiler crashes with "stuck in spanz loop" error on s390x with -N #25269
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Milestone
The (lengthy) go program at:
https://gist.github.com/ALTree/463f8b338c112f33ba59857b4db219d2
crashes the tip compiler when built for
s390x
with optimizations disabled.The program compiles fine on
amd64
and other architectures I tested. The error message comes fromobj/s390x/asmz.go
and it's surrounded by:Maybe
10
was too optimistic?cc @mundaym
The text was updated successfully, but these errors were encountered: