[gcc(refs/users/marxin/heads/marxin-gcc-benchmark-branch)] Add missing CL.

Martin Liska marxin@gcc.gnu.org
Mon Mar 30 10:48:35 GMT 2020


https://gcc.gnu.org/g:78c4eb1c4c14b6872a1961a8d46c9eb93eac01cc

commit 78c4eb1c4c14b6872a1961a8d46c9eb93eac01cc
Author: Marek Polacek <polacek@redhat.com>
Date:   Wed Feb 5 17:44:06 2020 -0500

    Add missing CL.

Diff:
---
 gcc/cp/ChangeLog        | 6 ++++++
 gcc/testsuite/ChangeLog | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d3c40e15ee9..97c99bc0d26 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 10021adc7e6..ca1d083971c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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


More information about the Gcc-cvs mailing list