]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix call order in array literal of slice literal of make chan
authorRuss Cox <rsc@golang.org>
Tue, 30 Sep 2014 16:48:47 +0000 (12:48 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 30 Sep 2014 16:48:47 +0000 (12:48 -0400)
commit454d1b0e8b85e9a194e36d5374a6d88babaa407b
treeadb1758bd088e60d4f77c2814338fbe47f07b768
parenta6abe22eb6f85f1df9d0f34da82b45ef11759815
cmd/gc: fix call order in array literal of slice literal of make chan

Fixes #8761.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews, r
https://golang.org/cl/144530045
src/cmd/gc/order.c
test/fixedbugs/bug491.go [new file with mode: 0644]
test/fixedbugs/issue8761.go [new file with mode: 0644]
test/live.go
test/live2.go