]> Cypherpunks repositories - gostls13.git/commit
gc: fix conversion of user-defined string type to []byte
authorRuss Cox <rsc@golang.org>
Sat, 23 Apr 2011 14:55:32 +0000 (10:55 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 23 Apr 2011 14:55:32 +0000 (10:55 -0400)
commitc0a895fc0a512cea6daa4543fca67a32bae5f1eb
tree632dda1b1afd42461019fb2260a1b59f97e2b972
parent815a1b84c7724fa4ccb4ece1e92ff41c9dc533ab
gc: fix conversion of user-defined string type to []byte

Fixes #1709.

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