+2023-07-14 Uros Bizjak <ubizjak@gmail.com>
+
+ Backported from master:
+ 2023-07-14 Uros Bizjak <ubizjak@gmail.com>
+
+ PR target/110206
+ * fwprop.cc (contains_paradoxical_subreg_p): Move to ...
+ * rtlanal.cc (contains_paradoxical_subreg_p): ... here.
+ * rtlanal.h (contains_paradoxical_subreg_p): Add prototype.
+ * cprop.cc (try_replace_reg): Do not set REG_EQUAL note
+ when the original source contains a paradoxical subreg.
+
+2023-07-14 Oleg Endo <olegendo@gcc.gnu.org>
+
+ PR target/101469
+ * config/sh/sh.md (peephole2): Handle case where eliminated reg
+ is also used by the address of the following memory operand.
+
2023-07-13 Uros Bizjak <ubizjak@gmail.com>
Backported from master:
+2023-07-14 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2023-07-11 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/110288
+ * symbol.cc (gfc_copy_formal_args_intr): When deriving the formal
+ argument attributes from the actual ones for intrinsic procedure
+ calls, take special care of CHARACTER arguments that we do not
+ wrongly treat them formally as deferred-length.
+
2023-07-08 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2023-07-14 Uros Bizjak <ubizjak@gmail.com>
+
+ Backported from master:
+ 2023-07-14 Uros Bizjak <ubizjak@gmail.com>
+
+ PR target/110206
+ * gcc.target/i386/pr110206.c: New test.
+
+2023-07-14 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2023-07-11 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/110288
+ * gfortran.dg/findloc_10.f90: New test.
+
2023-07-13 Uros Bizjak <ubizjak@gmail.com>
Backported from master: