aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2018-07-20 11:13:47 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2018-07-20 11:13:47 +0000
commitefe0e6cd21477033d1b62343f61fefa0fc4ea6d1 (patch)
tree0235db53e067d1a79e09b22cca7388dc37b3423e /gcc/lto/ChangeLog
parent4e51aacb1c5b97b07438a62e7654507c6c7a9986 (diff)
re PR debug/86585 (ICE in gen_member_die, at dwarf2out.c:24935)
2018-07-20 Richard Biener <rguenther@suse.de> PR debug/86585 * dwarf2out.c (dwarf2out_die_ref_for_decl): Test in_lto_p to cover -flto-partition=none. lto/ * lto.c (unify_scc): Before we throw away an SCC see if we can amend prevailing single-entry SCC with debug refs. * g++.dg/lto/pr86585_0.C: New testcase. * g++.dg/lto/pr86585_1.C: Likewise. From-SVN: r262901
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 91e8647d42a..209a8389764 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,9 @@
+2018-07-20 Richard Biener <rguenther@suse.de>
+
+ PR debug/86585
+ * lto.c (unify_scc): Before we throw away an SCC see if we
+ can amend prevailing single-entry SCC with debug refs.
+
2018-07-13 Jan Hubicka <hubicka@ucw.cz>
* lto.c (do_stream_out): Add PART parameter; open dump file.