+2022-07-03 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2022-06-30 Harald Anlauf <anlauf@gmx.de>
+ Steven G. Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/103137
+ PR fortran/103138
+ PR fortran/103693
+ PR fortran/105243
+ * decl.c (gfc_match_data_decl): Reject CLASS entity declaration
+ when it is given the PARAMETER attribute.
+
+2022-07-03 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2022-06-29 Harald Anlauf <anlauf@gmx.de>
+ Steven G. Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/106121
+ * simplify.c (gfc_simplify_extends_type_of): Do not attempt to
+ simplify when one of the arguments is a CLASS variable that was
+ not properly declared.
+
2022-07-01 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2022-07-03 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2022-06-30 Harald Anlauf <anlauf@gmx.de>
+ Steven G. Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/103137
+ PR fortran/103138
+ PR fortran/103693
+ PR fortran/105243
+ * gfortran.dg/class_58.f90: Fix test.
+ * gfortran.dg/class_73.f90: New test.
+
+2022-07-03 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2022-06-29 Harald Anlauf <anlauf@gmx.de>
+ Steven G. Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/106121
+ * gfortran.dg/extends_type_of_4.f90: New test.
+
2022-07-01 Harald Anlauf <anlauf@gmx.de>
Backported from master: