]> Cypherpunks repositories - gostls13.git/commit
test: add testcase for gccgo compile failure
authorThan McIntosh <thanm@google.com>
Wed, 26 Jun 2019 00:24:15 +0000 (20:24 -0400)
committerThan McIntosh <thanm@google.com>
Tue, 2 Jul 2019 16:34:55 +0000 (16:34 +0000)
commite62c3d35033a42dac3ea38a5f86cf0b8f6f74a42
tree4acd7b4b6ad97a3785215a6d0694b1ee723bd9cb
parentfbde753a58e286c405a04388816ed044486151bb
test: add testcase for gccgo compile failure

Test case that caused a compiler crash in gofrontend, related to
exporting inlinable function bodies.

Updates #32778

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