re PR lto/47788 (New LTO failures)
authorRichard Guenther <rguenther@suse.de>
Thu, 4 Oct 2012 11:23:18 +0000 (11:23 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 4 Oct 2012 11:23:18 +0000 (11:23 +0000)
commit5c1eb617e427a417dd7e1f79eee15b38362dbf53
tree8bbabc4c74321f88facd411646c5cf2e47605c23
parent9cb62ce3c795fe9991d20a294a53c1bbeadf2751
re PR lto/47788 (New LTO failures)

2012-10-04  Richard Guenther  <rguenther@suse.de>

PR lto/47788
* tree-streamer-out.c (write_ts_block_tree_pointers): For
inlined functions outer scopes write the ultimate origin
as BLOCK_ABSTRACT_ORIGIN and BLOCK_SOURCE_LOCATION.
Do not stream the fragment chains.
* tree-streamer-in.c (lto_input_ts_block_tree_pointers): Likewise.
* dwarf2out.c (gen_subprogram_die): Handle NULL DECL_INITIAL.
(dwarf2out_decl): Always output DECL_ABSTRACT function decls.

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