+2023-05-20 Triffid Hunter <triffid.hunter@gmail.com>
+
+ PR target/105753
+ Backport from 2023-05-20 https://gcc.gnu.org/r14-1016
+ * config/avr/avr.md (divmodpsi, udivmodpsi, divmodsi, udivmodsi):
+ Remove superfluous "parallel" in insn pattern.
+ ([u]divmod<mode>4): Tidy code. Use gcc_unreachable() instead of
+ printing error text to assembly.
+
2023-05-18 Alexandre Oliva <oliva@adacore.com>
* config/arm/vfp.md (*thumb2_movsi_vfp): Drop blank after tab
+2023-05-20 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2023-05-15 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/109846
+ * expr.cc (gfc_check_vardef_context): Check appropriate pointer
+ attribute for CLASS vs. non-CLASS function result in variable
+ definition context.
+
2023-05-08 Release Manager
* GCC 12.3.0 released.
+2023-05-20 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2023-05-15 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/109846
+ * gfortran.dg/ptr-func-5.f90: New test.
+
+2023-05-20 Triffid Hunter <triffid.hunter@gmail.com>
+
+ PR target/105753
+ Backport from 2023-05-20 https://gcc.gnu.org/r14-1016
+ * gcc.target/avr/torture/pr105753.c: New test.
+
2023-05-19 Patrick Palka <ppalka@redhat.com>
Backported from master: