]> Cypherpunks repositories - gostls13.git/commit
test: add new test for gccgo compilation problem
authorThan McIntosh <thanm@google.com>
Mon, 11 Mar 2019 19:05:10 +0000 (15:05 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Mar 2019 00:04:59 +0000 (00:04 +0000)
commit30cc8a46c47252e15300d3cf9d27cba9e71e649b
treecdf7c08ac1f5665188cfc1cb7f016d43ce252470
parent62bfa69e6e08fd7406dfa20f93303769456be42c
test: add new test for gccgo compilation problem

New test for issue 30659 (compilation error due to bad
export data).

Updates #30659.

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