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
gc fails on the following program:
package a func _() func _()
duplicate 00000 (/tmp/111.go:3) GLOBL ""._.args_stackmap(SB), $8 2015/07/13 16:28:26 symbol ""._.args_stackmap listed multiple times
I think that formally it is a legal program that should be compiled without errors (gotype agrees).
go version devel +9b04852 Sat Jul 11 00:08:50 2015 +0000 linux/amd64
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Started.
CL https://golang.org/cl/16921 mentions this issue.
292ad59
No branches or pull requests
gc fails on the following program:
I think that formally it is a legal program that should be compiled without errors (gotype agrees).
go version devel +9b04852 Sat Jul 11 00:08:50 2015 +0000 linux/amd64
The text was updated successfully, but these errors were encountered: