re PR lto/64374 (LTO ICE in extract_insn, at recog.c:2327)
authorJakub Jelinek <jakub@redhat.com>
Wed, 25 Feb 2015 06:46:22 +0000 (07:46 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 25 Feb 2015 06:46:22 +0000 (07:46 +0100)
commit599131236dcff82a8d8f5664ec297163e7287c85
tree57bdff4439888170839f122ac222ba786254101b
parentfe21e6fcf1573f50323c2239b62d49abd9dddbe4
re PR lto/64374 (LTO ICE in extract_insn, at recog.c:2327)

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.

From-SVN: r220958
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/target.def
gcc/tree-streamer-in.c