]> Cypherpunks repositories - gostls13.git/commit
test: add test that failed with gccgo
authorThan McIntosh <thanm@google.com>
Wed, 4 Sep 2019 16:28:03 +0000 (12:28 -0400)
committerThan McIntosh <thanm@google.com>
Fri, 6 Sep 2019 12:11:17 +0000 (12:11 +0000)
commitd4a6a2661c726dd2443d7bb65da32a421331e438
tree42f77e30bd09eac569972c0a18a0267d86855915
parent9da99049ba45abb4e3b91ba30a4af8dc2d24f1b1
test: add test that failed with gccgo

Test with some code that triggered a compilation error bug in gccgo.

Updates #33866.

Change-Id: Ib2f226bbbebbfae33b41037438fe34dc5f2ad034
Reviewed-on: https://go-review.googlesource.com/c/go/+/193261
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/fixedbugs/issue33866.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue33866.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue33866.go [new file with mode: 0644]