+2020-10-24 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2020-10-24 Marek Polacek <polacek@redhat.com>
+
+ PR c++/96241
+ * constexpr.c (cxx_eval_array_reference): Set up ctx->ctor if we
+ are initializing an aggregate. Call free_constructor on the new
+ CONSTRUCTOR if it isn't returned from cxx_eval_constant_expression.
+
2020-10-22 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2020-10-24 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2020-10-24 Marek Polacek <polacek@redhat.com>
+
+ PR c++/96241
+ * g++.dg/cpp0x/constexpr-96241.C: New test.
+ * g++.dg/cpp1y/constexpr-96241.C: New test.
+
2020-10-22 Harald Anlauf <anlauf@gmx.de>
Backported from master: