]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add testcase for #24876
authorGiovanni Bajo <rasky@develer.com>
Sun, 15 Apr 2018 21:52:12 +0000 (23:52 +0200)
committerGiovanni Bajo <rasky@develer.com>
Sun, 2 Sep 2018 10:34:51 +0000 (10:34 +0000)
commitdd5e9b32ff60f99f993953a74e39d505914c6a56
treefe71161d947c16e8e7916cbd6d0e6b408f9a34b3
parentf02cc88f46e01c21e550dbf212aefcdad138a91d
cmd/compile: add testcase for #24876

This is still not fixed, the testcase reflects that there are still
a few boundchecks. Let's fix the good alternative with an explicit
test though.

Updates #24876

Change-Id: I4da35eb353e19052bd7b69ea6190a69ced8b9b3d
Reviewed-on: https://go-review.googlesource.com/107355
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Giovanni Bajo <rasky@develer.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/checkbce.go