]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: do not corrupt init() with initializers of _ in closures.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sun, 2 Jun 2013 21:54:34 +0000 (23:54 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sun, 2 Jun 2013 21:54:34 +0000 (23:54 +0200)
commit0d0d57ccfe95e679005542c2dd572fc549256079
tree3a3a8e67d344c7758f4ccd893582c0b6ee77a38b
parent85046d3e52aeb3e083a06cb02c6a1dda87d199ca
cmd/gc: do not corrupt init() with initializers of _ in closures.

Fixes #5607.

R=golang-dev, daniel.morsing, r, dsymonds
CC=golang-dev
https://golang.org/cl/9952043
src/cmd/gc/sinit.c
test/fixedbugs/issue5607.go [new file with mode: 0644]