+2025-09-13 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * target.def (dtors_from_cxa_atexit): Properly mark up
+ __cxa_atexit as code.
+ * doc/tm.texi: Regenerate.
+
+2025-09-13 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
+
+ PR rtl-optimization/121205
+ * lra-constraints.cc (curr_insn_transform): Stop processing on
+ error.
+
+2025-09-13 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/invoke.texi (Optimize Options): Editorial changes around
+ -fprofile-partial-training.
+
2025-09-12 Jeff Law <jlaw@ventanamicro.com>
* lra-constraints.cc (get_equiv): Bounds check before accessing
+2025-09-13 Joseph Myers <josmyers@redhat.com>
+
+ * c-typeck.cc (c_mark_addressable): New parameter
+ override_register.
+ (build_array_ref): Update calls to c_mark_addressable. Give error
+ in C2Y mode for negative array indices when array expression is an
+ array not a pointer. Use pedwarn_c23 for subscripting register
+ array; diagnose that also for register compound literal.
+ * c-tree.h (c_mark_addressable): Update prototype.
+
2025-09-10 Martin Uecker <uecker@tugraz.at>
* c-tree.h: Add new macro C_DECL_NONLOCAL_CONTEXT and prototype
+2025-09-13 Dimitar Dimitrov <dimitar@dinux.eu>
+
+ * gcc.dg/asm-hard-reg-error-1.c: Enable test for PRU, and define
+ registers for PRU.
+ * gcc.dg/asm-hard-reg-error-4.c: Define hard regs for PRU.
+ * gcc.dg/asm-hard-reg-error-5.c: Ditto.
+
+2025-09-13 Joseph Myers <josmyers@redhat.com>
+
+ * gcc.dg/c23-array-negative-1.c, gcc.dg/c23-register-array-1.c,
+ gcc.dg/c23-register-array-2.c, gcc.dg/c23-register-array-3.c,
+ gcc.dg/c23-register-array-4.c, gcc.dg/c2y-array-negative-1.c,
+ gcc.dg/c2y-register-array-2.c, gcc.dg/c2y-register-array-3.c: New
+ tests.
+
2025-09-12 Eric Botcazou <ebotcazou@adacore.com>
PR ada/121532
+2025-09-13 Patrick Palka <ppalka@redhat.com>
+
+ PR libstdc++/121917
+ * include/bits/ranges_algo.h (__shuffle_fn::operator()): Only
+ consider the two-at-a-time PRNG optimization if the range is
+ sized.
+ * testsuite/25_algorithms/shuffle/constrained.cc (test03): New
+ test.
+
2025-09-12 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/121913