Add missing CL.
authorMarek Polacek <polacek@redhat.com>
Wed, 5 Feb 2020 22:44:06 +0000 (17:44 -0500)
committerMarek Polacek <polacek@redhat.com>
Wed, 5 Feb 2020 22:44:06 +0000 (17:44 -0500)
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index d3c40e1..97c99bc 100644 (file)
@@ -1,3 +1,9 @@
+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
index 10021ad..ca1d083 100644 (file)
@@ -1,3 +1,9 @@
+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