From 6e7dc76aaa0f328444272857a8427bbb143f3c84 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Wed, 28 Apr 2010 20:03:02 +0000 Subject: [PATCH 1/1] * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for record or union type with RECORD_OR_UNION_TYPE_P predicate. (lto_input_ts_type_tree_pointers): Likewise. * lto-streamer-out.c (pack_ts_type_value_fields): Likewise. (lto_output_ts_type_tree_pointers): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158841 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca56821adea..7fcbf0474db 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,13 @@ 2010-04-28 Eric Botcazou + * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for + record or union type with RECORD_OR_UNION_TYPE_P predicate. + (lto_input_ts_type_tree_pointers): Likewise. + * lto-streamer-out.c (pack_ts_type_value_fields): Likewise. + (lto_output_ts_type_tree_pointers): Likewise. + +2010-04-28 Eric Botcazou + Uniquization of constants at the Tree level * tree.h (DECL_IN_CONSTANT_POOL): New macro. (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p -- 2.11.0