https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90801
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Tue Jun 11 14:03:41 2019 New Revision: 272156 URL: https://gcc.gnu.org/viewcvs?rev=272156&root=gcc&view=rev Log: 2019-06-11 Richard Biener <rguent...@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. Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/typeck2.c