Skip to content
New issue

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

cmd/compile: internal compiler error using "any" type #14652

Closed
mdempsky opened this issue Mar 5, 2016 · 1 comment
Closed

cmd/compile: internal compiler error using "any" type #14652

mdempsky opened this issue Mar 5, 2016 · 1 comment
Milestone

Comments

@mdempsky
Copy link
Member

mdempsky commented Mar 5, 2016

$ cat any.go
package p
var x any
$ go tool compile any.go
<unknown line number>: internal compiler error: dowidth any

It should produce an "undefined: any" error message, like Go 1.6 did.

Probably due to 52f099c.

@mdempsky mdempsky self-assigned this Mar 5, 2016
@mdempsky mdempsky added this to the Go1.7 milestone Mar 5, 2016
@gopherbot
Copy link

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

@golang golang locked and limited conversation to collaborators Mar 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants