]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: added test to ensure that accidental fix remains
authorDavid Chase <drchase@google.com>
Tue, 25 Oct 2016 15:11:40 +0000 (11:11 -0400)
committerDavid Chase <drchase@google.com>
Tue, 25 Oct 2016 15:29:27 +0000 (15:29 +0000)
commit1986a450ddd2e5ad213b9aff92cf7fe495234bbf
treeca99763cc313f46016e79b164494a475c82d22cc
parentd8f7e4fadb785d90444245159f4c5a32653263d6
cmd/compile: added test to ensure that accidental fix remains

Bug 15141 was apparently fixed by some other change to the
compiler (this is plausible, it was a weird bug dependent
on a particular way of returning a large named array result),
add the test to ensure that it stays fixed.

Updates #15141.

Change-Id: I3d6937556413fab1af31c5a1940e6931563ce2f3
Reviewed-on: https://go-review.googlesource.com/31972
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/fixedbugs/issue15141.go [new file with mode: 0644]