-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
I just saw this during a trybot run:
https://storage.googleapis.com/go-build-log/25e0a367/linux-amd64_52c9862a.log
bootstrap/asm
# bootstrap/compile/internal/ssa
/tmp/workdir/go/src/cmd/compile/internal/ssa/opGen.go:8914[/tmp/workdir/go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/opGen.go:8917]: cannot use []regMask literal (type []regMask) as type []outputInfo in field value
/tmp/workdir/go/src/cmd/compile/internal/ssa/opGen.go:8927[/tmp/workdir/go/pkg/bootstrap/src/bootstrap/compile/internal/ssa/opGen.go:8930]: cannot use []regMask literal (type []regMask) as type []outputInfo in field value
bootstrap/link/internal/amd64
It had never occurred on any prior run of trybots on https://go-review.googlesource.com/25001
I don't understand.