]> Cypherpunks repositories - gostls13.git/commit
cmd/5g, cmd/8g: fix internal error on 64-bit indices statically bounded
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 27 Nov 2012 20:37:38 +0000 (21:37 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 27 Nov 2012 20:37:38 +0000 (21:37 +0100)
commitf134742f24f950bd3b7c563fc36cccda8fd85e81
tree110532911cf4e98da51105d0161615c10d97d173
parente781b20ac9c0d5ec7658f4f6a2b8041b3706e1c0
cmd/5g, cmd/8g: fix internal error on 64-bit indices statically bounded

Fixes #4448.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6855100
src/cmd/5g/cgen.c
src/cmd/5g/gg.h
src/cmd/5g/gsubr.c
src/cmd/8g/cgen.c
test/fixedbugs/issue4448.go [new file with mode: 0644]