]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix <-<-expr
authorRuss Cox <rsc@golang.org>
Mon, 19 May 2014 19:08:04 +0000 (15:08 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 19 May 2014 19:08:04 +0000 (15:08 -0400)
commita663e0a0381c22d3b1ef58b411df5cfbf56c2930
tree208567f673cb1901a2e3ac0fd1c5c9abdb9b1b4e
parentf0bdee171f2490b2f9638e46cc133644f01a2156
cmd/gc: fix <-<-expr

The temporary-introducing pass was not recursing
into the argumnt of a receive operation.

Fixes #8011.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews, iant, khr
https://golang.org/cl/91540043
src/cmd/gc/order.c
test/fixedbugs/issue8011.go [new file with mode: 0644]