]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: untyped arrays bounds representable as integers are valid
authorRobert Griesemer <gri@golang.org>
Wed, 5 Oct 2016 20:53:39 +0000 (13:53 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 5 Oct 2016 22:07:58 +0000 (22:07 +0000)
commit936ae27b9c89ffa7ffe6ebb33376bc55b82e5ccd
tree48ceb331024a8aae6f086ba18001e9ee4e88e664
parentf6b4c88941f88380caf59a050c1e9805664aa2fa
cmd/compile: untyped arrays bounds representable as integers are valid

Fixes #13485.

Change-Id: I11dd15c7d14fc19d42a3b48427a4cc1208b18e6a
Reviewed-on: https://go-review.googlesource.com/30456
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/typecheck.go
test/fixedbugs/bug255.go
test/fixedbugs/issue13485.go [new file with mode: 0644]