mirror of https://github.com/golang/go.git
Any initialization of a variable by a block copy or block zeroing or by multiple assignments (componentwise copying or zeroing of a multiword variable) needs to emit a VARDEF. These cases were not. Fixes #7205. TBR=iant CC=golang-codereviews https://golang.org/cl/63650044 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| cgen.c | ||
| cgen64.c | ||
| doc.go | ||
| galign.c | ||
| gg.h | ||
| ggen.c | ||
| gobj.c | ||
| gsubr.c | ||
| opt.h | ||
| peep.c | ||
| prog.c | ||
| reg.c | ||