]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: emit error for out-of-bounds slice of constant string
authorRuss Cox <rsc@golang.org>
Thu, 25 Sep 2014 17:24:43 +0000 (13:24 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 25 Sep 2014 17:24:43 +0000 (13:24 -0400)
commit870f4e190ccbc70900bd0ba724d4f4c1e14e3070
treeed96a359f46984123d57fd13a95e983b3e79ca3a
parent52e9bcafe1b5bdae3354ddf82879751dfe6eb25b
cmd/gc: emit error for out-of-bounds slice of constant string

Fixes #7200.

LGTM=gri, iant
R=golang-codereviews, gri, iant
CC=golang-codereviews, r
https://golang.org/cl/150020044
src/cmd/gc/typecheck.c
test/fixedbugs/issue4232.go