cmd/compile: small program does not pass ssachecks on arm (internal compiler error: bad AuxInt value) #25993
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 following program:
does not pass the ssa checks when compiled for
GOARCH=arm
, triggers an internal compiler error:This also happens in go1.10, so it's not a recent regression.
The text was updated successfully, but these errors were encountered: