[Bug lto/64374] [5 Regression] LTO ICE in extract_insn, at recog.c:2327

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 25 09:44:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64374

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Feb 25 06:46:22 2015
New Revision: 220958

URL: https://gcc.gnu.org/viewcvs?rev=220958&root=gcc&view=rev
Log:
    PR lto/64374
    * target.def (target_option_stream_in): New target hook.
    * tree-streamer-in.c (streamer_read_tree_bitfields): Invoke
    targetm.target_option.post_stream_in if non-NULL.
    * doc/tm.texi.in: Add @hook TARGET_OPTION_POST_STREAM_IN.
    * doc/tm.texi: Updated.
    * config/i386/i386.c (ix86_function_specific_post_stream_in): New
    function.
    (TARGET_OPTION_POST_STREAM_IN): Redefine.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/doc/tm.texi
    trunk/gcc/doc/tm.texi.in
    trunk/gcc/target.def
    trunk/gcc/tree-streamer-in.c



More information about the Gcc-bugs mailing list