diff options
author | Ian Lance Taylor <iant@google.com> | 2013-07-24 18:25:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-07-24 18:25:51 +0000 |
commit | f1e18725591f12da43d0bb1a6ff93de9ee08b059 (patch) | |
tree | 1e8d7d89f596b2528c8896b9976241413c2fcade /gcc/go/ChangeLog | |
parent | 08d22f9b41e46aba888e694f380e78d05c4321a2 (diff) | |
download | gcc-f1e18725591f12da43d0bb1a6ff93de9ee08b059.zip gcc-f1e18725591f12da43d0bb1a6ff93de9ee08b059.tar.gz gcc-f1e18725591f12da43d0bb1a6ff93de9ee08b059.tar.bz2 |
go-gcc.cc (Gcc_backend::non_zero_size_type): If a struct has a fields...
* go-gcc.cc (Gcc_backend::non_zero_size_type): If a struct has a
fields, recreate those fields with the first one with a non-zero
size.
From-SVN: r201222
Diffstat (limited to 'gcc/go/ChangeLog')
-rw-r--r-- | gcc/go/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index ea82d35..db9d444 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,9 @@ +2013-07-24 Ian Lance Taylor <iant@google.com> + + * go-gcc.cc (Gcc_backend::non_zero_size_type): If a struct has a + fields, recreate those fields with the first one with a non-zero + size. + 2013-07-23 Ian Lance Taylor <iant@google.com> * go-backend.c: Don't #include "rtl.h". |