aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2016-04-14 20:14:38 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2016-04-14 20:14:38 +0000
commitb9786e352de6e66b853e3f602ea16b3f43067026 (patch)
tree593932ef9d80b1e1b8d1495c5a2d49a9c7f04730 /gcc/cp/ChangeLog
parentdbe1794c0fe4330eecb4a63772e22e9ea166add8 (diff)
PR c++/70648
* constexpr.c (cxx_eval_store_expression): Also copy CONSTRUCTOR_NO_IMPLICIT_ZERO. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234989 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index feb38c2922f..cba07aa166a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2016-04-14 Jason Merrill <jason@redhat.com>
+
+ PR c++/70648
+ * constexpr.c (cxx_eval_store_expression): Also copy
+ CONSTRUCTOR_NO_IMPLICIT_ZERO.
+
2016-04-14 Martin Sebor <msebor@redhat.com>
PR c++/69517