mirror of git://gcc.gnu.org/git/gcc.git
PR go/64836 PR go/64838 compiler: Use int64_t for backend type size and alignment. Fixes 32-bit host 64-bit target cross-compilation. * go-gcc.cc (Gcc_backend::type_size): Change return type to int64_t. (Gcc_backend::type_alignment): Likewise. (Gcc_backend::type_field_alignment): Likewise. (Gcc_backend::type_field_offset): Likewise. (Gcc_backend::implicit_variable): Change alignment parameter type to int64_t. From-SVN: r220364 |
||
|---|---|---|
| .. | ||
| gofrontend | ||
| ChangeLog | ||
| Make-lang.in | ||
| README.gcc | ||
| config-lang.in | ||
| gccgo.texi | ||
| go-backend.c | ||
| go-c.h | ||
| go-gcc.cc | ||
| go-lang.c | ||
| go-linemap.cc | ||
| go-location.h | ||
| 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.