]> Cypherpunks repositories - gostls13.git/commit
gc: fix copying of types
authorMaxim Pimenov <mpimenov@google.com>
Mon, 28 Nov 2011 16:52:16 +0000 (11:52 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 28 Nov 2011 16:52:16 +0000 (11:52 -0500)
commitffa6b383f5ac5ab317701a4cccea3aa5b585f477
tree6f3964f80ae6cadd6409ca8c74090c3d00cf011d
parent1e85f41fd512d570b04f87d906d44e456f1c2108
gc: fix copying of types
reset xmethod during copytype

Fixes #2497

R=rsc, dvyukov
CC=golang-dev
https://golang.org/cl/5441045
src/cmd/gc/typecheck.c
test/fixedbugs/bug378.go [new file with mode: 0644]