+2024-11-12 John David Anglin <danglin@gcc.gnu.org>
+
+ * config/pa/pa.md (decrement_and_branch_until_zero): Fix
+ constraint.
+
2024-11-11 Haochen Jiang <haochen.jiang@intel.com>
* common/config/i386/cpuinfo.h (get_intel_cpu): Add new model
+2024-11-12 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ada/117328
+ * exp_aggr.adb (Two_Pass_Aggregate_Expansion): Use a type sized
+ from the index type to compute the length. Simplify and remove
+ useless calls to New_Copy_Tree for this computation.
+
+2024-11-12 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ada/113868
+ * par-ch6.adb (P_Subprogram) <Scan_Body_Or_Expression_Function>:
+ Add delta aggregate alongside the other forms of aggregates.
+
2024-11-04 Eric Botcazou <ebotcazou@adacore.com>
PR ada/113036
+2024-11-12 Andrew Carlotti <andrew.carlotti@arm.com>
+
+ PR tree-optimization/112376
+ * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Update expectation.
+
2024-11-09 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Backported from master:
+2024-11-12 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/unicode.h (_Utf_iterator::_M_read_utf16): Add
+ parentheses.
+
+2024-11-12 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/117520
+ * include/std/text_encoding (aliases_view:_Iterator::operator+=):
+ Fix typos that caused == to be used instead of =.
+ (aliases_view::_Iterator): Fix friend declaration.
+ * testsuite/std/text_encoding/members.cc: Adjust expected
+ behaviour of invalid subscript. Add tests for other erroneous
+ operations on iterators.
+
2024-11-11 Jonathan Wakely <jwakely@redhat.com>
Backported from master: