]> Cypherpunks repositories - gostls13.git/commit
gc: bug fixes.
authorRuss Cox <rsc@golang.org>
Wed, 16 Dec 2009 00:22:04 +0000 (16:22 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 16 Dec 2009 00:22:04 +0000 (16:22 -0800)
commit5d754bfaea484c7b6673019c8c7f2811749cda41
treeae27ae2b947e39274667389d8ff8938e3ceba4d5
parent101f499fa572da4ef6c56cfa7b62f90b94c10d5b
gc: bug fixes.
  * better error for lookup of unexported field
  * do not assign "ideal string" type to typed string literal
  * do not confuse methods and fields during interface check

Fixes #410.
Fixes #411.
Fixes #426.

R=ken2
https://golang.org/cl/179069
src/cmd/gc/subr.c
src/cmd/gc/typecheck.c
test/fixedbugs/bug229.go [new file with mode: 0644]
test/fixedbugs/bug230.go [new file with mode: 0644]
test/fixedbugs/bug231.go [new file with mode: 0644]