]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: do not lower copy to a value node in go/defer.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 15 Feb 2014 15:39:04 +0000 (16:39 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 15 Feb 2014 15:39:04 +0000 (16:39 +0100)
commit15d294991fe31d962a09f4ab4d4778168c04ceb6
tree844b538b3faebab1ca734761416b93d83d543969
parent71575a97ab085695e1debd371fb3b33671cd810a
cmd/gc: do not lower copy to a value node in go/defer.

The existing tests issue4463.go and issue4654.go had failures at
typechecking and did not test walking the AST.

Fixes #7272.

LGTM=khr
R=khr, rsc, iant
CC=golang-codereviews
https://golang.org/cl/60550044
src/cmd/gc/walk.c
test/fixedbugs/issue7272.go [new file with mode: 0644]