]> Cypherpunks.ru repositories - gostls13.git/commit
gc, spec, tests: no auto-indirect of pointer to interface value
authorRuss Cox <rsc@golang.org>
Thu, 30 Sep 2010 18:59:41 +0000 (14:59 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 30 Sep 2010 18:59:41 +0000 (14:59 -0400)
commitbee2d5b0ad241bb15ce79d22661a12dd01f8e992
tree4b44eaec98a9239e65987f0013197bbedde30df4
parent6117652d8d815faf1fc800ea10aeaee8eceaec3f
gc, spec, tests: no auto-indirect of pointer to interface value

Implies no embedding of pointer to interface value either.

R=gri, iant, ken2, r, r2
CC=golang-dev
https://golang.org/cl/2289041
doc/go_spec.html
src/cmd/gc/dcl.c
src/cmd/gc/reflect.c
src/cmd/gc/typecheck.c
test/hashmap.go
test/interface/embed.go
test/interface/embed2.go [new file with mode: 0644]
test/method.go
test/method2.go