]> Cypherpunks repositories - gostls13.git/commit
gc: bug250, bug251 - recursive interface types
authorRuss Cox <rsc@golang.org>
Tue, 2 Feb 2010 07:58:49 +0000 (23:58 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 2 Feb 2010 07:58:49 +0000 (23:58 -0800)
commit44898c7b76cf64df61428431706102b47e8829b8
tree103ff1638d2453977b4121b7940af4d5b159467a
parenta3372bd6558e7f78ae460eb73dcfaa65a5d4419b
gc: bug250, bug251 - recursive interface types

Fixes #287.

R=ken2
CC=golang-dev
https://golang.org/cl/199057
src/cmd/gc/dcl.c
src/cmd/gc/walk.c
test/fixedbugs/bug195.go
test/fixedbugs/bug250.go [new file with mode: 0644]
test/fixedbugs/bug251.go [new file with mode: 0644]