]> Cypherpunks.ru repositories - gostls13.git/commit
gc: fix zero-length struct eval
authorRuss Cox <rsc@golang.org>
Mon, 5 Sep 2011 19:31:22 +0000 (15:31 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 5 Sep 2011 19:31:22 +0000 (15:31 -0400)
commit919cb2ec7cb06e09d0a42c2aba54625cf4d951cb
tree6a3a6efc8bd78ebc26de6cc27a5d69c125d52558
parentd5e24b697521617f83b686656385a1ceb8844961
gc: fix zero-length struct eval

Fixes #2232.

R=ken2
CC=golang-dev
https://golang.org/cl/4960054
src/cmd/5g/cgen.c
src/cmd/6g/cgen.c
src/cmd/8g/cgen.c
test/struct0.go [new file with mode: 0644]