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: symbol ""._.args_stackmap listed multiple times #11699

Closed
dvyukov opened this issue Jul 13, 2015 · 3 comments
Closed

cmd/compile: symbol ""._.args_stackmap listed multiple times #11699

dvyukov opened this issue Jul 13, 2015 · 3 comments
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Jul 13, 2015

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

@dvyukov
Copy link
Member Author

dvyukov commented Jul 13, 2015

@ianlancetaylor ianlancetaylor added this to the Go1.6 milestone Jul 13, 2015
@rsc
Copy link
Contributor

rsc commented Nov 4, 2015

Started.

@gopherbot
Copy link

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

@rsc rsc closed this as completed in 292ad59 Nov 16, 2015
@golang golang locked and limited conversation to collaborators Nov 16, 2016
@rsc rsc removed their assignment Jun 23, 2022
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

4 participants