]> Cypherpunks repositories - gostls13.git/commit
gc: function argument ordering bug
authorRuss Cox <rsc@golang.org>
Thu, 3 Dec 2009 07:54:51 +0000 (23:54 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 3 Dec 2009 07:54:51 +0000 (23:54 -0800)
commit272d156357950a6979c4bc6671a055a56cf87ec5
treeb923d8e6810cb669726308371233e63f58772751
parent8777759f593be7af2a0266e0b871aa0af3200962
gc: function argument ordering bug

Fixes #370.

R=ken2
https://golang.org/cl/163097
src/cmd/gc/walk.c
test/fixedbugs/bug221.go [new file with mode: 0644]