]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-streamer-in.c
re PR lto/63963 (LTO doesn't work with __attribute__((__target__("sse4.2"))))
authorJan Hubicka <hubicka@ucw.cz>
Wed, 19 Nov 2014 20:35:49 +0000 (21:35 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 19 Nov 2014 20:35:49 +0000 (20:35 +0000)
commit61204ad95c0af99bc890e70c68cffd4999ec5bc3
treeed9cd0838d07665b84936be11e2a67485aa22b5a
parentb957b2e02582cc7ba739cd3886f38800542759bb
re PR lto/63963 (LTO doesn't work with __attribute__((__target__("sse4.2"))))

PR bootstrap/63963
* tree-streamer-out.c (write_ts_function_decl_tree_pointers): Stream out
DECL_FUNCTION_SPECIFIC_TARGET
* tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): Stream in
DECL_FUNCTION_SPECIFIC_TARGET.

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