]> Cypherpunks repositories - gostls13.git/commit
gc: diagnose invalid array bounds
authorRuss Cox <rsc@golang.org>
Fri, 12 Feb 2010 21:59:02 +0000 (13:59 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 12 Feb 2010 21:59:02 +0000 (13:59 -0800)
commit5ab8f00bf8d2f133dfbed4d0440b05669516bc34
tree67a920363e58d07b016530206b9e7c1a59516af4
parent9f77e7ea3c677322ff654a121fcc15bc3b9351b8
gc: diagnose invalid array bounds

Fixes #587.

R=ken2
CC=golang-dev
https://golang.org/cl/207085
src/cmd/gc/const.c
src/cmd/gc/go.h
src/cmd/gc/typecheck.c
test/fixedbugs/bug254.go [new file with mode: 0644]
test/fixedbugs/bug255.go [new file with mode: 0644]