]> git.ipfire.org Git - thirdparty/gcc.git/commit
lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream DECL_ORIGINAL_TYPE.
authorJan Hubicka <hubicka@ucw.cz>
Wed, 11 Jul 2018 16:38:27 +0000 (18:38 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 11 Jul 2018 16:38:27 +0000 (16:38 +0000)
commit69e02b35555e214a8f0c4c026d15b8c67584e208
tree506a543d4b9fe4b4ca59144e91bd850e8686d4c6
parentf790df6be014576524f55670a136eb622e595377
lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream DECL_ORIGINAL_TYPE.

* lto-streamer-out.c (DFS::DFS_write_tree_body): Do not
stream DECL_ORIGINAL_TYPE.
(DFS::DFS_write_tree_body): Drop hack handling local external decls.
(hash_tree): Do not walk DECL_ORIGINAL_TYPE.
* tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
Do not walk original type.
* tree-streamer-out.c (streamer_write_chain): Drop hack handling
external decls.
(write_ts_decl_non_common_tree_pointers): Do not stream
DECL_ORIGINAL_TYPE
* tree.c (free_lang_data_in_decl): Clear DECL_ORIGINAL_TYPE.
(find_decls_types_r): Do not walk DEC_ORIGINAL_TYPE.

From-SVN: r262560
gcc/ChangeLog
gcc/lto-streamer-out.c
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c
gcc/tree.c