golang/go

cmd/compile: out of fixed registers

dvyukov opened this issue · 3 comments

The following program:

package a
var a, b = 0, 0-^^^^^^^^^^a

crashes go tool compile with:

tmp.go:2: internal compiler error: out of fixed registers

go version devel +514014c Thu Jun 18 15:54:35 2015 +0200 linux/amd64

CL https://golang.org/cl/11308 mentions this issue.

CL https://golang.org/cl/13110 mentions this issue.

rsc commented

CL 13110 fixed this in the dev.ssa branch. It's not worth fixing in the current code.