]> Cypherpunks repositories - gostls13.git/commit
gc: fix handling of types inside function bodies
authorRuss Cox <rsc@golang.org>
Thu, 15 Jul 2010 21:25:50 +0000 (14:25 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 15 Jul 2010 21:25:50 +0000 (14:25 -0700)
commit17f90c68c6059a10228d76fee36049d69b165f69
tree4f044c752cfa515227ce6ebe86e3892669f2a391
parent84f67eb8e6d05936694eee9099b6d6a688d898c3
gc: fix handling of types inside function bodies

Fixes #849.
Fixes #920.

R=ken2
CC=golang-dev
https://golang.org/cl/1841042
src/cmd/gc/align.c
src/cmd/gc/walk.c
test/fixedbugs/bug286.go [moved from test/bugs/bug286.go with 100% similarity]
test/fixedbugs/bug290.go [new file with mode: 0644]
test/golden.out