+2023-05-19 Andreas Schwab <schwab@suse.de>
+
+ * config/riscv/linux.h (LIB_SPEC): Don't redefine.
+
2023-05-18 Stam Markianos-Wright <stam.markianos-wright@arm.com>
* config/arm/arm_mve.h: (__ARM_mve_typeid): Add more pointer types.
+2023-05-19 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2023-05-15 Patrick Palka <ppalka@redhat.com>
+
+ * c-cppbuiltin.cc (c_cpp_builtins): Predefine __cpp_auto_cast
+ for C++23.
+
2023-05-02 Marek Polacek <polacek@redhat.com>
PR c++/109642
+2023-05-19 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2023-05-16 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/109871
+ * call.cc (add_list_candidates): Check for invalid designated
+ initialization sooner and even for types that have a list
+ constructor.
+
2023-05-17 Jakub Jelinek <jakub@redhat.com>
Backported from master:
+2023-05-19 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2023-05-16 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/109871
+ * g++.dg/cpp2a/desig27.C: New test.
+
+2023-05-19 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2023-05-15 Patrick Palka <ppalka@redhat.com>
+
+ * g++.dg/cpp23/feat-cxx2b.C: Test __cpp_auto_cast.
+
2023-05-18 Harald Anlauf <anlauf@gmx.de>
Backported from master: