]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.1] cmd/gc: compute initialization order for top-level blank vars...
authorAndrew Gerrand <adg@golang.org>
Thu, 13 Jun 2013 00:30:45 +0000 (10:30 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 13 Jun 2013 00:30:45 +0000 (10:30 +1000)
commit3b7e6e8db1cd61986df30d7aa111ec19f08e9a51
tree451fc33d1cfb142643c7b3b7a0755c4eb62f31c2
parent13af44f8a57bb045f8ce7fc4207124329eac2438
[release-branch.go1.1] cmd/gc: compute initialization order for top-level blank vars too.

««« CL 8601044 / 3a74e15c5d56
cmd/gc: compute initialization order for top-level blank vars too.

Fixes #5244.

R=golang-dev, rsc, iant, r, daniel.morsing
CC=golang-dev
https://golang.org/cl/8601044
»»»

R=iant, rsc
CC=golang-dev
https://golang.org/cl/10250043
src/cmd/gc/sinit.c
test/fixedbugs/issue5244.go [new file with mode: 0644]