]> Cypherpunks repositories - gostls13.git/commit
gc: recursive type error
authorRuss Cox <rsc@golang.org>
Thu, 3 Dec 2009 09:12:02 +0000 (01:12 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 3 Dec 2009 09:12:02 +0000 (01:12 -0800)
commit05a1eb1ab0650b465b23f01ca0ea5944735fa63b
tree3538ef03a4d9e1387322bb39f68d7d631247c576
parent41861a881292d287b14e4e4c38ab21b97182e782
gc: recursive type error

Fixes #245.

R=ken2
https://golang.org/cl/164094
src/cmd/gc/align.c
src/cmd/gc/typecheck.c
test/fixedbugs/bug224.go [new file with mode: 0644]