mirror of git://gcc.gnu.org/git/gcc.git
For a struct with zero-sized last field, the address of the
field falls out of the object boundary, which confuses the
garbage collector. Pad an extra byte in this case.
Reviewed-on: https://go-review.googlesource.com/c/157557
From-SVN: r267861
|
||
|---|---|---|
| .. | ||
| gofrontend | ||
| ChangeLog | ||
| Make-lang.in | ||
| README.gcc | ||
| config-lang.in | ||
| gccgo.texi | ||
| go-backend.c | ||
| go-c.h | ||
| go-gcc-diagnostics.cc | ||
| go-gcc.cc | ||
| go-gcc.h | ||
| go-lang.c | ||
| go-linemap.cc | ||
| go-location.h | ||
| go-sha1.cc | ||
| go-system.h | ||
| gospec.c | ||
| lang-specs.h | ||
| lang.opt | ||
README.gcc
The files in the gofrontend subdirectory are mirrored from the gofrontend project hosted at http://code.google.com/p/gofrontend. These files are the ones in the go subdirectory of that project.