]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: allow append and complex builtins to accept 2-result call expression as first...
authorChris Manghane <cmang@golang.org>
Wed, 5 Mar 2014 19:16:21 +0000 (14:16 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 5 Mar 2014 19:16:21 +0000 (14:16 -0500)
commit671cc6efba29dc7689d38bcb9893e28375783fbe
tree97082105b5c64ca60587e1a85735bc48be25ab8d
parent202e6153f54e2a2b0d3a51cd0d69754f1ce60580
cmd/gc: allow append and complex builtins to accept 2-result call expression as first argument.

Fixes #5793.

LGTM=rsc
R=rsc, adonovan, dave
CC=golang-codereviews
https://golang.org/cl/13367051
src/cmd/gc/inl.c
src/cmd/gc/order.c
src/cmd/gc/typecheck.c
src/cmd/gc/walk.c
test/fixedbugs/issue5793.go [new file with mode: 0644]