]> Cypherpunks repositories - gostls13.git/commit
test: add test for function type in function literal
authorIan Lance Taylor <iant@golang.org>
Tue, 5 Aug 2014 02:50:49 +0000 (19:50 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 5 Aug 2014 02:50:49 +0000 (19:50 -0700)
commitaac1eabcee45a338f5b2e493cb2e3a0f153cb931
tree9a7ba37254b1bcc03bedf5bddaaf8e7a931b5317
parent77df26f0bd7b52f0edb06c0af9904d64faf787ae
test: add test for function type in function literal

The gccgo compiler used to fail this test.  This was the root
cause of http://gcc.gnu.org/PR61308 .  The fix for the gccgo
compiler is https://golang.org/cl/122020043 .

LGTM=dave, bradfitz
R=golang-codereviews, dave, bradfitz
CC=golang-codereviews
https://golang.org/cl/121200043
test/fixedbugs/bug489.go [new file with mode: 0644]