]> Cypherpunks repositories - gostls13.git/commit
test: new test for issue 31637
authorThan McIntosh <thanm@google.com>
Wed, 24 Apr 2019 12:27:04 +0000 (08:27 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 24 Apr 2019 19:55:13 +0000 (19:55 +0000)
commit57076b8e6edb6ee19b86ab349b8f7a85819e0085
treeeddfc53863c52e8d6ec86dbea3b576535b082a78
parent562b7c27ecd9320855e8c89d41fb9a549d93ff34
test: new test for issue 31637

This pair of packages caused a crash in gollvm, due to a glitch in the
way the front end handles empty/non-name parameters for functions that
are inline candidates.

Updates #31637.

Change-Id: I571c0658a00974dd36025e571638c0c836a3cdfd
Reviewed-on: https://go-review.googlesource.com/c/go/+/173617
Run-TryBot: Benny Siegert <bsiegert@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
test/fixedbugs/issue31637.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue31637.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue31637.go [new file with mode: 0644]