+2021-12-27 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-12-10 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/103418
+ * check.c (variable_check): Replace previous check of procedure
+ dummy arguments with INTENT(IN) attribute when passed to intrinsic
+ procedures by gfc_check_vardef_context.
+ * expr.c (gfc_check_vardef_context): Correct check of INTENT(IN)
+ dummy arguments for the case of sub-components of a CLASS pointer.
+
+2021-12-27 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-12-22 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/103778
+ * check.c (is_c_interoperable): A BOZ literal constant is not
+ interoperable.
+
+2021-12-27 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-11-18 Harald Anlauf <anlauf@gmx.de>
+ Steven G. Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/101329
+ * check.c (is_c_interoperable): Reject NULL() as it is not
+ interoperable.
+
2021-12-19 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2021-12-27 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-12-10 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/103418
+ * gfortran.dg/move_alloc_8.f90: Adjust error messages.
+ * gfortran.dg/pointer_intent_9.f90: New test.
+
+2021-12-27 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-12-14 Harald Anlauf <anlauf@gmx.de>
+
+ PR libfortran/103634
+ * gfortran.dg/intrinsic_pack_6.f90: New test.
+
+2021-12-27 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-12-22 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/103778
+ * gfortran.dg/illegal_boz_arg_3.f90: New test.
+
+2021-12-27 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-11-18 Harald Anlauf <anlauf@gmx.de>
+ Steven G. Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/101329
+ * gfortran.dg/pr101329.f90: New test.
+
2021-12-19 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2021-12-27 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2021-12-14 Harald Anlauf <anlauf@gmx.de>
+
+ PR libfortran/103634
+ * intrinsics/pack_generic.c (pack_internal): Handle case when the
+ array argument of PACK has one or more extents of size zero to
+ avoid invalid reads.
+
2021-04-08 Release Manager
* GCC 10.3.0 released.