summaryrefslogtreecommitdiff
path: root/gcc/lto/ChangeLog
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2015-12-10 23:57:15 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2015-12-10 23:57:15 +0000
commitf94693efce0c8d55b1ea11486964e0e5db4a46a6 (patch)
tree81333eac2542fe1d73ebec68b922ed18cd399b73 /gcc/lto/ChangeLog
parent71d3c0794823b10711d489cf22408ce6a722f5e9 (diff)
downloadgcc-f94693efce0c8d55b1ea11486964e0e5db4a46a6.tar.gz
PR ipa/61886
* lto-symtab.c (lto_symtab_merge_p): Avoid merging across different values of error and warning attributes. * gcc.dg/lto/pr61886_0.c: New testcase git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231548 138bc75d-0d04-0410-961f-82ee72b054a4
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 4fe2ebe1888..f0d90fc328b 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,9 @@
+2015-12-11 Jan Hubicka <hubicka@ucw.cz>
+
+ PR ipa/61886
+ * lto-symtab.c (lto_symtab_merge_p): Avoid merging across different
+ values of error and warning attributes.
+
2015-12-08 Jan Hubicka <hubicka@ucw.cz>
PR lto/68811