+2020-02-05 Marek Polacek <polacek@redhat.com>
+
+ PR c++/93559 - ICE with CONSTRUCTOR flags verification.
+ * decl.c (reshape_init_array_1): Don't reuse a CONSTRUCTOR with
+ TREE_SIDE_EFFECTS.
+
2020-02-05 Jason Merrill <jason@redhat.com>
PR c++/92593
+2020-02-05 Marek Polacek <polacek@redhat.com>
+
+ PR c++/93559 - ICE with CONSTRUCTOR flags verification.
+ * g++.dg/cpp0x/initlist119.C: New test.
+ * g++.dg/cpp0x/initlist120.C: New test.
+
2020-02-05 Jakub Jelinek <jakub@redhat.com>
PR c++/93557