+2023-07-15 Andrew Pinski <apinski@marvell.com>
+
+ * doc/contrib.texi: Update my entry.
+
+2023-07-15 John David Anglin <danglin@gcc.gnu.org>
+
+ * config/pa/pa.md: Define constants R1_REGNUM, R19_REGNUM and
+ R27_REGNUM.
+ (tgd_load): Restrict to !TARGET_64BIT. Use register constants.
+ (tld_load): Likewise.
+ (tgd_load_pic): Change to expander.
+ (tld_load_pic, tld_offset_load, tp_load): Likewise.
+ (tie_load_pic, tle_load): Likewise.
+ (tgd_load_picsi, tgd_load_picdi): New.
+ (tld_load_picsi, tld_load_picdi): New.
+ (tld_offset_load<P:mode>): New.
+ (tp_load<P:mode>): New.
+ (tie_load_picsi, tie_load_picdi): New.
+ (tle_load<P:mode>): New.
+
2023-07-14 Christophe Lyon <christophe.lyon@linaro.org>
* config/arm/arm-mve-builtins-base.cc (vcmlaq, vcmlaq_rot90)
+2023-07-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/110441
+ * call.cc (keep_unused_object_arg): Use cp_build_compound_expr
+ instead of building a COMPOUND_EXPR directly.
+
+2023-07-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/110524
+ * mangle.cc (write_expression): Handle TEMPLATE_ID_EXPR
+ whose template is already an IDENTIFIER_NODE.
+
2023-07-14 Nathaniel Shead <nathanieloshead@gmail.com>
* constexpr.cc (cxx_eval_constant_expression): Pass t to get_value.
+2023-07-15 David Edelsohn <dje.gcc@gmail.com>
+
+ * gfortran.dg/pr103628.f90: Add -mlong-double-128 option.
+
+2023-07-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/110441
+ * g++.dg/cpp1z/elide8.C: New test.
+
+2023-07-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/110524
+ * g++.dg/cpp2a/fn-template26.C: New test.
+
2023-07-14 Jason Merrill <jason@redhat.com>
PR c++/110344