]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'
authorRuss Cox <rsc@golang.org>
Tue, 16 Sep 2014 14:21:54 +0000 (10:21 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 16 Sep 2014 14:21:54 +0000 (10:21 -0400)
commit8d61334dd5b08c8076e343aa33197bd219cdf922
treefe80e8f7eedbd8102ff9dee5bb126db8494662db
parent3d2321f639452afbccc2249153c16abec2a6607f
cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'

Fixes #8196.

LGTM=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/141510044
src/cmd/gc/typecheck.c
test/fixedbugs/bug255.go