We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package p func f() { for ; true; []map[int]int{}[0][0] = 0 { } }
$ go build -race gogo.go
./gogo.go:3: internal error: f autotmp_0002 (type []map[int]int) recorded as live on entry
go version devel +25a28da Sun Nov 15 23:41:28 2015 +0000 linux/amd64
The text was updated successfully, but these errors were encountered:
@rsc @griesemer
Sorry, something went wrong.
Unrelated to new parser. The error also appears with: go build -race -gcflags=-oldparser foo.go
go build -race -gcflags=-oldparser foo.go
CL https://golang.org/cl/17494 mentions this issue.
CL https://golang.org/cl/17815 mentions this issue.
1babba2
No branches or pull requests
$ go build -race gogo.go
go version devel +25a28da Sun Nov 15 23:41:28 2015 +0000 linux/amd64
The text was updated successfully, but these errors were encountered: