aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-30 08:51:50 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-30 08:51:50 +0000
commitce87fec0b6dc6250273aa25ce2605c960965a205 (patch)
tree0971d2d3dfca79680827d8be2c80a5149829e725 /gcc/lto/ChangeLog
parent42d72e70239ab51138def47256faa5d4b2b6b5f6 (diff)
* lto-symtab.c (lto_symtab_merge_decls_2): Silence warning on
DECL_ARTIFICAL symbols. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221770 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r--gcc/lto/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 588b60361ee..bf2b51bba62 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,5 +1,10 @@
2015-03-26 Jan Hubicka <hubicka@ucw.cz>
+ * lto-symtab.c (lto_symtab_merge_decls_2): Silence warning on
+ DECL_ARTIFICAL symbols.
+
+2015-03-26 Jan Hubicka <hubicka@ucw.cz>
+
PR lto/65536
* lto.c (unify_scc): Revert location cache when unification
suceeded.