This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ipa/66181] [6 Regression]: /usr/include/bits/types.h:134:16: ICE: verify_type failed


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]