]> Cypherpunks repositories - gostls13.git/commit
gc: Fail on implicit assigment to non-exported fields in copy and append.
authorLuuk van Dijk <lvd@golang.org>
Wed, 9 Nov 2011 10:17:06 +0000 (11:17 +0100)
committerLuuk van Dijk <lvd@golang.org>
Wed, 9 Nov 2011 10:17:06 +0000 (11:17 +0100)
commit151b2f15094168946993448f7f4a5e2a8441bd76
tree59fc3dc0326980a2934ce189274788b78c0ea590
parent13e92e4d7542ac65a7efb33778f752403c5ac014
gc: Fail on implicit assigment to non-exported fields in copy and append.

Fixes #1387.

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