]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix error check for self-referential array type.
authorChris Manghane <cmang@golang.org>
Tue, 18 Mar 2014 03:26:19 +0000 (20:26 -0700)
committerChris Manghane <cmang@golang.org>
Tue, 18 Mar 2014 03:26:19 +0000 (20:26 -0700)
commit8a511cccb59d1004122004253fca79d1000a7eb7
tree58c1b3276283a71a90cba4e2c896ec19343b00b3
parent088b9a3c3da1b759038050e1c1ce91e09d369f17
cmd/gc: fix error check for self-referential array type.

LGTM=gri, iant
R=gri, iant
CC=golang-codereviews
https://golang.org/cl/75920044
test/fixedbugs/issue7525.go [new file with mode: 0644]