]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: don't require that slice index constants be small ints
authorIan Lance Taylor <iant@golang.org>
Tue, 6 Nov 2012 19:36:59 +0000 (11:36 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 6 Nov 2012 19:36:59 +0000 (11:36 -0800)
commit2355409988305be158a55bfa5817ab2351fce825
tree0ce4f25005acf1145cea368d812afb9aa511c760
parent72bf3bc1763cd8dd07c511919ca86577720fc163
cmd/gc: don't require that slice index constants be small ints

The test for this is test/index.go, which is not run by
default.

R=remyoudompheng, rsc
CC=golang-dev
https://golang.org/cl/6812089
src/cmd/gc/walk.c