+2020-05-28 Steven G. Kargl <kargl@gcc.gnu.org>
+ Mark Eggleston <markeggleston@gcc.gnu.org>
+ Mark Eggleston <markeggleston@gcc.gnu.org>
+
+ PR fortran/94397
+ * match.c (gfc_match_type_spec): New variable ok initialised
+ to true. Set ok with the return value of gfc_reduce_init_expr
+ called only if the expression is not EXPR_CONSTANT and is not
+ EXPR_VARIABLE. Add !ok to the check for type not being integer
+ or the rank being greater than zero.
+
+2020-05-28 Tobias Burnus <tobias@codesourcery.com>
+ Mark Eggleston <markeggleston@gnu.gcc.org>
+
+ PR fortran/50392
+ * trans-decl.c (gfc_get_symbol_decl): Remove unnecessary block
+ delimiters. Add auxiliary variables if a label is assigned to
+ a return variable. (gfc_gat_fake_result): If the symbol has an
+ assign attribute set declaration from the symbol's backend
+ declaration.
+
2020-05-27 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/95191
+2020-05-28 Steven G. Kargl <kargl@gcc.gnu.org>
+ Mark Eggleston <markeggleston@gcc.gnu.org>
+
+ PR fortran/94397
+ * gfortran.dg/pr94397.F90: New test.
+
+2020-05-28 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/50392
+ * gfortran.dg/pr50392.f: New test.
+
2020-05-27 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
+2020-05-28 Harald Anlauf <anlauf@gmx.de>
+
+ PR libfortran/95104
+ * io/unit.c (unlock_unit): Guard by check for NULL pointer.
+
2020-05-27 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>