+2025-06-25 Jeff Law <jlaw@ventanamicro.com>
+
+ Backported from master:
+ 2025-06-10 Jeff Law <jlaw@ventanamicro.com>
+
+ * config/riscv/riscv.md (lui-constraint<X:mode>and_to_or): Do not use
+ the RTL template for split code. Emit it directly taking care to avoid
+ emitting a constant load that needed synthesis. Fix formatting.
+
+2025-06-25 Richard Sandiford <richard.sandiford@arm.com>
+
+ Backported from master:
+ 2025-06-12 Richard Sandiford <richard.sandiford@arm.com>
+
+ PR target/120624
+ * config/aarch64/aarch64.md (SME_STATE_REGNUM): Expand on comments.
+ * config/aarch64/aarch64-sme.md (aarch64_restore_za): Also set
+ SME_STATE_REGNUM
+
+2025-06-25 Richard Sandiford <richard.sandiford@arm.com>
+
+ Backported from master:
+ 2025-05-30 Richard Sandiford <richard.sandiford@arm.com>
+
+ PR rtl-optimization/120347
+ * rtlanal.cc (rtx_properties::try_to_add_src): Don't drop the
+ IN_MEM_LOAD and IN_MEM_STORE flags for autoinc registers.
+ * rtl-ssa/changes.cc (recog_level2): Check whether an
+ RTX_AUTOINCed register also appears outside of an address.
+
+2025-06-25 Haochen Jiang <haochen.jiang@intel.com>
+
+ * config/i386/i386.h (PTA_ALDERLAKE): Use PTA_GOLDMONT_PLUS
+ as base to remove PTA_CLDEMOTE.
+ (PTA_SIERRAFOREST): Add PTA_CLDEMOTE since PTA_ALDERLAKE
+ does not include that anymore.
+ * doc/invoke.texi: Update texi file.
+
2025-06-23 Jakub Jelinek <jakub@redhat.com>
Backported from master:
+2025-06-25 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2025-05-01 Paul Thomas <pault@gcc.gnu.org>
+ and Steven G. Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/119948
+ * resolve.cc (gfc_impure_variable): The result of a module
+ procedure with an interface declaration is not impure even if
+ the current namespace is not the same as the symbol's.
+ * primary.cc (match_variable): Module procedures with sym the
+ same as result can be treated as variables, although marked
+ external.
+
2025-06-18 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2025-06-25 Jeff Law <jlaw@ventanamicro.com>
+
+ Backported from master:
+ 2025-06-10 Jeff Law <jlaw@ventanamicro.com>
+
+ * gcc.target/riscv/ventana-16122.c: New test.
+
+2025-06-25 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2025-05-01 Paul Thomas <pault@gcc.gnu.org>
+ and Steven G. Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/119948
+ * gfortran.dg/pr119948.f90: New test.
+
+2025-06-25 Richard Sandiford <richard.sandiford@arm.com>
+
+ Backported from master:
+ 2025-06-12 Richard Sandiford <richard.sandiford@arm.com>
+
+ PR target/120624
+ * gcc.target/aarch64/sme/za_state_7.c: New test.
+
+2025-06-25 Richard Sandiford <richard.sandiford@arm.com>
+
+ Backported from master:
+ 2025-05-30 Richard Sandiford <richard.sandiford@arm.com>
+
+ PR rtl-optimization/120347
+ * gcc.dg/torture/pr120347.c: New test.
+
2025-06-23 Jakub Jelinek <jakub@redhat.com>
Backported from master: