]> Cypherpunks repositories - gostls13.git/commit
gc: fix method offsets of anonymous interfaces
authorEoghan Sherry <ejsherry@gmail.com>
Tue, 7 Dec 2010 17:56:26 +0000 (12:56 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 7 Dec 2010 17:56:26 +0000 (12:56 -0500)
commit6aa85d1cbea011fed57292cc4ff99e5a62de47af
treea28d6b4c2bdce9fab20d56bebd5641d789ae43f5
parentcd319092e04da04554f23d6c91cd3e5f9d915c93
gc: fix method offsets of anonymous interfaces

Fixes #1290.

R=rsc
CC=golang-dev
https://golang.org/cl/3259043
src/cmd/gc/dcl.c
src/cmd/gc/go.y
src/cmd/gc/typecheck.c
test/fixedbugs/bug314.go [new file with mode: 0644]