]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.1] cmd/gc: do not corrupt init() with initializers of _ in closures.
authorAndrew Gerrand <adg@golang.org>
Wed, 5 Jun 2013 00:00:54 +0000 (10:00 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 5 Jun 2013 00:00:54 +0000 (10:00 +1000)
commit5f1cf3440237d0ed68e918b51faeba1c42d1ec8a
tree6b3bb73e387a27a08e21a5787e2d22de6636f312
parent09879160e598793ad58a321439e67bd8a7be5797
[release-branch.go1.1] cmd/gc: do not corrupt init() with initializers of _ in closures.

««« CL 9952043 / c42a7c218440
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
»»»

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