]> Cypherpunks repositories - gostls13.git/commit
gc: fix error for +string
authorRuss Cox <rsc@golang.org>
Wed, 20 Apr 2011 20:12:47 +0000 (16:12 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 20 Apr 2011 20:12:47 +0000 (16:12 -0400)
commitec735c4ec8b15a340f223c20b77b8456a1ebcab3
tree2758eb490a105647eebeed66f419da907afbad5d
parentc9164a5d77be38fb5aa3940908b8dd2cdd494618
gc: fix error for +string

Fixes #1710.

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