]> Cypherpunks repositories - gostls13.git/commit
test: add fixedbugs/bug506 for gccgo
authorIan Lance Taylor <iant@golang.org>
Mon, 11 Dec 2017 20:03:44 +0000 (12:03 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 18 Oct 2018 04:57:41 +0000 (04:57 +0000)
commit8ccafb1ac732ab7994acb3c40786a0b943974554
treef8be4ca0d1354bfea9814f8542fc2e2a90ca5423
parente0a97a59286f00b511ecacd1f4011bac348ab60f
test: add fixedbugs/bug506 for gccgo

Building with gccgo failed with an undefined symbol error from an
unnecessary hash function.

Updates #19773

Change-Id: Ic78bf1b086ff5ee26d464089c0e14987d3fe8b02
Reviewed-on: https://go-review.googlesource.com/c/130956
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/fixedbugs/bug506.dir/a.go [new file with mode: 0644]
test/fixedbugs/bug506.dir/main.go [new file with mode: 0644]
test/fixedbugs/bug506.go [new file with mode: 0644]