]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: avoid checkwidth of [...] arrays
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 11 May 2017 18:09:45 +0000 (11:09 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 11 May 2017 18:18:55 +0000 (18:18 +0000)
commitdccc653aeb35d511691191517c021c2ce6125cb4
tree17355b8a8ef45dbbaec5f789a3fcf692d42d0c69
parent8f36668178d07e6f1b979252c1c68ebe788d14be
cmd/compile: avoid checkwidth of [...] arrays

Fixes #20333

Change-Id: I0653cc859076f146d8ea8f5bd55cb22b0b8d987f
Reviewed-on: https://go-review.googlesource.com/43290
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/typecheck.go
test/fixedbugs/issue20333.go [new file with mode: 0644]