]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: always treat the output parameters as having been assigned in capturevars.
authorShenghou Ma <minux@golang.org>
Sat, 31 Jan 2015 07:50:56 +0000 (02:50 -0500)
committerMinux Ma <minux@golang.org>
Mon, 2 Feb 2015 14:14:21 +0000 (14:14 +0000)
commit3bf005cea365639bb65cd52d9eebe7601ab5a74f
treef9045e05fe2f1789ff0a02881f78d330082894df
parent09114fb359e5666f2fe557db063bcd460476cc72
cmd/gc: always treat the output parameters as having been assigned in capturevars.

Fixes #9738.

Change-Id: Iab75de2d78335d4e31c3dce6a0e1826d8cddf5f3
Reviewed-on: https://go-review.googlesource.com/3690
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/cmd/gc/closure.c
test/fixedbugs/issue9738.go [new file with mode: 0644]