Enhance Changelog entry related to PR ipa/68311.

From-SVN: r230313
This commit is contained in:
Martin Liska 2015-11-13 12:39:00 +00:00
parent ec17e43396
commit b512289ba2
1 changed files with 3 additions and 1 deletions

View File

@ -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 <rguenther@suse.de>