]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: emit a symbol for a method expression when using -dynlink
authorIan Lance Taylor <iant@golang.org>
Sat, 8 Dec 2018 02:22:04 +0000 (18:22 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 11 Dec 2018 03:20:37 +0000 (03:20 +0000)
commit1ac3b0618170279474fcdf9c625b2e237bf2881c
tree98012135690adb5abd57cbdba2b3884b487c9c44
parent56b70d98f522be3c1fed7df3d0359c913a2a1bc7
cmd/compile: emit a symbol for a method expression when using -dynlink

Fixes #25065

Change-Id: Ia3db518cfd9c006caf951b51342a491ac8372e9c
Reviewed-on: https://go-review.googlesource.com/c/153297
Reviewed-by: Robert Griesemer <gri@golang.org>
misc/cgo/testshared/shared_test.go
misc/cgo/testshared/src/issue25065/a.go [new file with mode: 0644]
src/cmd/compile/internal/gc/typecheck.go