re PR ipa/66181 (/usr/include/bits/types.h:134:16: ICE: verify_type failed)
authorJan Hubicka <hubicka@ucw.cz>
Sun, 14 Jun 2015 23:40:12 +0000 (01:40 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 14 Jun 2015 23:40:12 +0000 (23:40 +0000)
commit351d90f4c41fa73dcf93dd90a5d23c8d0b8d1b35
treed9e7ff98e955e6a6f8584133fce22117a77a8df6
parent3beaff21f346c7f34bf45f7b56f2c1c880a91e31
re PR ipa/66181 (/usr/include/bits/types.h:134:16: ICE: verify_type failed)

PR ipa/66181
* lto.c (compare_tree_sccs_1): Do not compare TYPE_NO_FORCE_BLK.
* lto-streamer-out.c (hash_tree): Do not hash TYPE_NO_FORCE_BLK.
* tree-streamer-out.c (pack_ts_type_common_value_fields): Do not stream
TYPE_NO_FORCE_BLK.
* tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.

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