From: Martin Liska Date: Fri, 13 Nov 2015 12:39:00 +0000 (+0000) Subject: Enhance Changelog entry related to PR ipa/68311. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b512289ba21e751f7d294f4945a9e0616b5b40ab;p=gcc.git Enhance Changelog entry related to PR ipa/68311. From-SVN: r230313 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c3e6dff8a0..e62685e4d11 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -10,7 +10,9 @@ PR ipa/68311 * ipa-icf.c (sem_item_optimizer::traverse_congruence_split): - Replace ctor with auto_vec and initialization in a loop. + Replace array initialization (using a variable post-increment) + that possible triggers multiple unsequenced modifications + with a pair of pushes to a vector. 2015-11-13 Richard Biener