]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: [multiple changes]
authorRichard Biener <rguenther@suse.de>
Thu, 11 Jun 2015 13:39:56 +0000 (13:39 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 11 Jun 2015 13:39:56 +0000 (13:39 +0000)
commit08568dc747d3e32e58677afb8ec8d5a6db40c90b
tree10e8487b1189a1fc8a39140fc5a98cb4ec926d66
parent34cf288f040365b67ad5c2e531f0e40727b8d593
backport: [multiple changes]

2015-06-11  Richard Biener  <rguenther@suse.de>

Backport from mainline, guarded with in_lto_p
2015-06-02  Richard Biener  <rguenther@suse.de>

PR debug/65549
* dwarf2out.c (lookup_context_die): New function.
(resolve_addr): Avoid forcing a full DIE for the
target of a DW_TAG_GNU_call_site during late compilation.
Instead create a stub DIE without a type if we have a
context DIE present.

Backport from mainline
2014-04-04  Jan Hubicka  <hubicka@ucw.cz>

PR ipa/59626
* lto-cgraph.c (input_overwrite_node): Check that partitioning
flags are set only during streaming.
* ipa.c (process_references, symtab_remove_unreachable_nodes):
Drop bodies of always inline after early inlining.
(symtab_remove_unreachable_nodes): Remove always_inline attribute.

* gcc.dg/lto/pr59626_0.c: New testcase.
* gcc.dg/lto/pr59626_1.c: New testcase.

From-SVN: r224375
gcc/ChangeLog
gcc/dwarf2out.c
gcc/ipa.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/pr59626_0.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/lto/pr59626_1.c [new file with mode: 0644]