diff options
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r-- | gcc/lto/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index fba61ef4ff7..7ae4d8a54a3 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,9 @@ +2014-10-14 DJ Delorie <dj@redhat.com> + + * lto-lang.c (lto_build_c_type_nodes): Check intN types for + size-type as well. + (lto_init): Initialize all intN types, not just int128. + 2014-10-06 Martin Liska <mliska@suse.cz> * lto.c (stream_out): ARG_UNUSED added for last argument. |