]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ChangeLog
ICF is more strict about non-common function and var
[thirdparty/gcc.git] / gcc / ChangeLog
index 4c45c2e72642c310d79882c9b84723bc34e3f6f6..5d792b1dc2b3379e615b324d03d3b7b563038aa0 100644 (file)
@@ -1,3 +1,13 @@
+2015-03-01  Martin Liska  <mliska@suse.cz>
+
+           Jan Hubicka   <hubicka@ucw.cz>
+
+       * ipa-icf-gimple.c (func_checker::compare_variable_decl):
+       Validate variable alignment.
+       * ipa-icf.c (sem_function::equals_private): Be more precise
+       about non-common function attributes.
+       (sem_variable::equals): Likewise.
+
 2015-02-28  Jan Hubicka  <hubicka@ucw.cz>
 
        PR ipa/65237