https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66181
--- Comment #15 from Jan Hubicka <hubicka at gcc dot gnu.org> --- Author: hubicka Date: Sun Jun 14 23:40:12 2015 New Revision: 224471 URL: https://gcc.gnu.org/viewcvs?rev=224471&root=gcc&view=rev Log: 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. Modified: trunk/gcc/ChangeLog trunk/gcc/lto-streamer-out.c trunk/gcc/lto/ChangeLog trunk/gcc/lto/lto.c trunk/gcc/tree-streamer-in.c trunk/gcc/tree-streamer-out.c