golang/go

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

dvyukov opened this issue · 3 comments

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

rsc commented

Started.

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