Commit b512289b by Martin Liska

Enhance Changelog entry related to PR ipa/68311.

From-SVN: r230313
parent ec17e433
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
PR ipa/68311 PR ipa/68311
* ipa-icf.c (sem_item_optimizer::traverse_congruence_split): * 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> 2015-11-13 Richard Biener <rguenther@suse.de>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment