]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: reject builtin function calls in len(fixed array) constants
authorRuss Cox <rsc@golang.org>
Thu, 3 Apr 2014 23:04:33 +0000 (19:04 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 3 Apr 2014 23:04:33 +0000 (19:04 -0400)
commitf3ecb298ad3187a6c47f43916480d396ec8c35c3
treec6d442f9de68f1e3ce1c9860f9035001b37b70f7
parenta26c01ad446d2853f0c6a7ddaacadb02efa00b7b
cmd/gc: reject builtin function calls in len(fixed array) constants

Fixes #7385.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/84010044
src/cmd/gc/const.c
test/const5.go