]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add regress test for #20682
authorMatthew Dempsky <mdempsky@google.com>
Thu, 15 Jun 2017 21:47:05 +0000 (14:47 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 15 Jun 2017 22:01:35 +0000 (22:01 +0000)
commit6e549d2dfdc390e493a8d9b5de6ba38c4ccd14f2
tree5aa5e81e0b3e510675f2754b9f0ca715373ff155
parent827be89a69534cca8245df9c435d13387eea9667
cmd/compile: add regress test for #20682

Minimal reconstruction of reported failure case.

Manually verified that test fails with CL 45911 reverted.

Change-Id: Ia5d11500d91b46ba1eb5d841db3987edb9136c39
Reviewed-on: https://go-review.googlesource.com/45970
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
test/fixedbugs/issue20682.dir/p.go [new file with mode: 0644]
test/fixedbugs/issue20682.dir/q.go [new file with mode: 0644]
test/fixedbugs/issue20682.dir/r.go [new file with mode: 0644]
test/fixedbugs/issue20682.go [new file with mode: 0644]