]> git.ipfire.org Git - thirdparty/gcc.git/commit
2019-06-11 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2019 14:03:41 +0000 (14:03 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2019 14:03:41 +0000 (14:03 +0000)
commitc89f472ebdbf70dd4436bff318094938f4e9f0a3
tree0cffaced7fe6d9df00526a6f1fd3cdbebf90a2ab
parent78a67eadc712d22d14c6ec1177e5e53c2a1f9e58
2019-06-11  Richard Biener  <rguenther@suse.de>

PR c++/90801
* typeck2.c (split_nonconstant_init_1): Avoid ordered remove
from CONSTRUCTOR by marking to remove elements and doing all
of them in a O(n) scan.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272156 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/typeck2.c