]> Cypherpunks repositories - gostls13.git/commit
gc: recursive interface embedding
authorRuss Cox <rsc@golang.org>
Thu, 18 Feb 2010 19:15:36 +0000 (11:15 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 18 Feb 2010 19:15:36 +0000 (11:15 -0800)
commit1734cb02e7c333ccffb7b318b71c195ce6ee3a61
treed64b6ed45c199868cf9fde3b005f34cd10669e9a
parentcf015fd0b8a88f234c1c8ae64991da9a6199a2f6
gc: recursive interface embedding

Fixes #287.

R=ken2
CC=golang-dev
https://golang.org/cl/215048
src/cmd/gc/dcl.c
src/cmd/gc/go.h
src/cmd/gc/typecheck.c
src/cmd/gc/walk.c
test/fixedbugs/bug250.go [moved from test/bugs/bug250.go with 100% similarity]
test/fixedbugs/bug251.go [moved from test/bugs/bug251.go with 77% similarity]
test/golden.out