]> Cypherpunks.ru repositories - gostls13.git/commit
test: add test case that failed with gccgo
authorIan Lance Taylor <iant@golang.org>
Mon, 15 Feb 2021 01:59:48 +0000 (17:59 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 25 Feb 2021 15:24:25 +0000 (15:24 +0000)
commit9fe8ebf9b49e632db54aa60809e2019a2a87e28b
tree05cf7042b3f53a11b7575d6a1377031900987188
parentad17b65b340d5a40d0da1b4cbcdc239061e97c65
test: add test case that failed with gccgo

bug511.dir/b.go:10:14: error: reference to undefined field or method 'M'

Change-Id: I9f96dc5c7254b310bc3e15b0bc588d62718cb4b2
Reviewed-on: https://go-review.googlesource.com/c/go/+/292009
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
test/fixedbugs/bug511.dir/a.go [new file with mode: 0644]
test/fixedbugs/bug511.dir/b.go [new file with mode: 0644]
test/fixedbugs/bug511.go [new file with mode: 0644]