]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: suppress array index error caused by a previously reported error
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Sat, 29 Mar 2014 14:45:40 +0000 (15:45 +0100)
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Sat, 29 Mar 2014 14:45:40 +0000 (15:45 +0100)
commit2ca99505f6cfc1390b5b69eecb35e46d0e36456d
tree84e2ae600ff31395d0f69e0ce3bf1fa0295bae0b
parent83ac901fb9298bf29059d52bc8b084c885586d1b
cmd/gc: suppress array index error caused by a previously reported error

Fixes #7153

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/82180043
src/cmd/gc/typecheck.c
test/fixedbugs/bug176.go
test/fixedbugs/issue7153.go [new file with mode: 0644]