]> Cypherpunks repositories - gostls13.git/commit
fix one bug involving [...] constructors.
authorRuss Cox <rsc@golang.org>
Thu, 3 Sep 2009 06:26:13 +0000 (23:26 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 3 Sep 2009 06:26:13 +0000 (23:26 -0700)
commita1391c2d136f0715b4deab8d295f155ba686d368
tree21d8bf0cbef667e11ae465a64b1e8b3a2169758f
parent5db1d3867f49418736b9fce87f3cb05960560fdc
fix one bug involving [...] constructors.

added iant's bug202 (in main code)
and ken's bug203 (in init function).
bug187 remains at large.

R=ken
OCL=34293
CL=34293
src/cmd/gc/align.c
src/cmd/gc/subr.c
src/cmd/gc/typecheck.c
test/fixedbugs/bug202.go [new file with mode: 0644]
test/fixedbugs/bug203.go [new file with mode: 0644]