+2025-07-15 Andrew Pinski <quic_apinski@quicinc.com>
+
+ Backported from master:
+ 2025-07-07 Andrew Pinski <quic_apinski@quicinc.com>
+
+ PR middle-end/120709
+ * builtins.cc (expand_builtin_crc_table_based): Error out
+ instead of asserting the 3rd argument is an integer constant.
+ * internal-fn.cc (expand_crc_optab_fn): Likewise.
+ * doc/extend.texi (crc): Document requirement of the poly argument
+ being a constant.
+
2025-07-14 Kyrylo Tkachov <ktkachov@nvidia.com>
Backported from master:
+2025-07-15 Kwok Cheung Yeung <kcyeung@baylibre.com>
+
+ Backported from master:
+ 2025-07-15 Kwok Cheung Yeung <kcyeung@baylibre.com>
+
+ PR fortran/104428
+ * trans-openmp.cc (gfc_trans_omp_declare_variant): Check that proc_st
+ is non-NULL before dereferencing. Add line number to error message.
+
+2025-07-15 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ Backported from master:
+ 2025-07-08 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ PR fortran/120637
+ * class.cc (finalize_component): Return true, when a finalizable
+ component was detect and do not free it.
+
2025-07-09 Andre Vehreschild <vehre@gcc.gnu.org>
Backported from master:
+2025-07-15 Gaius Mulley <gaiusmod2@gmail.com>
+
+ Backported from master:
+ 2025-05-22 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/120389
+ * gm2-compiler/M2GenGCC.mod (CodeXIndr): Check to see that
+ the type of left is assignment compatible with the type of
+ right.
+
2025-07-11 Gaius Mulley <gaiusmod2@gmail.com>
Backported from master:
+2025-07-15 Gaius Mulley <gaiusmod2@gmail.com>
+
+ Backported from master:
+ 2025-05-22 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/120389
+ * gm2/iso/fail/badarray3.mod: New test.
+
+2025-07-15 Kwok Cheung Yeung <kcyeung@baylibre.com>
+
+ Backported from master:
+ 2025-07-15 Kwok Cheung Yeung <kcyeung@baylibre.com>
+
+ PR fortran/104428
+ * gfortran.dg/gomp/pr104428.f90: New.
+
+2025-07-15 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ Backported from master:
+ 2025-07-08 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ PR fortran/120637
+ * gfortran.dg/asan/finalize_1.f90: New test.
+
+2025-07-15 Andrew Pinski <quic_apinski@quicinc.com>
+
+ Backported from master:
+ 2025-07-07 Andrew Pinski <quic_apinski@quicinc.com>
+
+ PR middle-end/120709
+ * gcc.dg/crc-non-cst-poly-1.c: New test.
+
2025-07-14 Kyrylo Tkachov <ktkachov@nvidia.com>
Backported from master: