]> Cypherpunks.ru repositories - gostls13.git/commit
gc: disallow ... in type conversions
authorAnthony Martin <ality@pbrane.org>
Tue, 31 May 2011 19:41:47 +0000 (15:41 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 31 May 2011 19:41:47 +0000 (15:41 -0400)
commit5b62ba14c460a23d31c8c2645a41c196ceee8220
tree3040e3f0a909802f646dbacbb2063af438e5d524
parentc72dbaf3124f5ce4d77aab723ebe5150d4c27ad2
gc: disallow ... in type conversions

Fixes #1866.

R=bradfitz, rsc
CC=golang-dev
https://golang.org/cl/4548073
src/cmd/gc/typecheck.c
test/ddd1.go