+2024-11-13 John David Anglin <danglin@gcc.gnu.org>
+
+ PR target/117525
+ * config/pa/pa.md (fix_truncsfsi2): Remove inner `fix:SF`.
+ (fix_truncdfsi2, fix_truncsfdi2, fix_truncdfdi2,
+ fixuns_truncsfsi2, fixuns_truncdfsi2, fixuns_truncsfdi2,
+ fixuns_truncdfdi2): Likewise.
+
2024-11-12 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa.md (decrement_and_branch_until_zero): Fix
+2024-11-14 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-11-01 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/115700
+ * resolve.cc (resolve_assoc_var): Extract a substring reference
+ with missing as well as non-constant start or end.
+
+2024-11-14 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-10-31 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/115700
+ * resolve.cc (resolve_variable): The typespec of an expression,
+ which is not a substring, can be shared with a deferred length
+ associate name.
+ (resolve_assoc_var): Extract a substring reference with non-
+ constant start or end. Use it to flag up the need for array
+ associate name to be a pointer.
+ (resolve_block_construct): Change comment from past to future
+ tense.
+
2024-11-05 Paul Thomas <pault@gcc.gnu.org>
PR fortran/115070
+2024-11-14 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-11-03 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/115700
+ * gfortran.dg/associate_69.f90: Remove the test that produces a
+ variable string length because the optimized count depends on
+ the platform. This is tested in associate_70.f90.
+
+2024-11-14 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-11-01 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/115700
+ * gfortran.dg/associate_69.f90: Activate commented out tests.
+ * gfortran.dg/associate_70.f90: Test correct functioning of
+ references in associate_69.f90 tests.
+
+2024-11-14 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-10-31 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/115700
+ * gfortran.dg/associate_70.f90: New test.
+
2024-11-12 Andrew Carlotti <andrew.carlotti@arm.com>
PR tree-optimization/112376