ipa-pure-const.c (check_decl): Do not test TYPE_NEEDS_CONSTRUCTING.
authorJan Hubicka <jh@suse.cz>
Tue, 6 Nov 2018 12:46:46 +0000 (13:46 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 6 Nov 2018 12:46:46 +0000 (12:46 +0000)
commitbd78c6d5b2c7e6e2c6e99032454bc6de8c39d238
treeca048f7076f2a072ec7dc663415531cd7c17755d
parentbfb9d79805753fd6cc69bb114b5c6597269f3e21
ipa-pure-const.c (check_decl): Do not test TYPE_NEEDS_CONSTRUCTING.

* ipa-pure-const.c (check_decl): Do not test TYPE_NEEDS_CONSTRUCTING.
* lto-streamer-out.c (hash_tree): Do not hash TYPE_NEEDS_CONSTRUCTING.
* tree-streamer-in.c (unpack_ts_type_common_value_fields): Do not
stream TYPE_NEEDS_CONSTRUCTING.
* tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
* tree.c (free_lang_data_in_type): Clear TYPE_NEEDS_CONSTRUCTING.

From-SVN: r265841
gcc/ChangeLog
gcc/ipa-pure-const.c
gcc/lto-streamer-out.c
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c
gcc/tree.c