+2020-07-01 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2020-06-29 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/71706
+ * trans-stmt.c (gfc_trans_sync): Do proper kind conversion in
+ bounds-checking code.
+
+2020-07-01 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2020-06-28 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/95880
+ * symbol.c (gfc_add_type): If sym->ns->proc_name is set, use it,
+ otherwise fall back to sym->name.
+
+2020-07-01 Mark Eggleston <markeggleston@gcc.gnu.org>
+
+ Backported from master:
+ 2020-07-01 Steven G. Kargl <kargl@gcc.gnu.org>
+ Mark Eggleston <markeggleston@gcc.gnu.org>
+
+ PR fortran/95829
+ * decl.c (gfc_match_decl_type_spec): Compare with "* ) " instead
+ of "*)".
+
2020-06-30 Thomas Koenig <tkoenig@gcc.gnu.org>
Backported from master:
+2020-07-01 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2020-06-29 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/71706
+ * gfortran.dg/pr71706.f90: New file.
+
+2020-07-01 Harald Anlauf <anlauf@gmx.de>
+
+ Backported from master:
+ 2020-06-28 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/95880
+ * gfortran.dg/pr95880.f90: New file.
+
+2020-07-01 Mark Eggleston <markeggleston@gcc.gnu.org>
+
+ Backported from master:
+ 2020-07-01 Steven G. Kargl <kargl@gcc.gnu.org>
+
+ PR fortran/95829
+ * gfortran.dg/pr95829.f90: New test.
+
2020-06-30 Alex Coplan <alex.coplan@arm.com>
Backported from master:
+2020-07-01 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2020-07-01 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/94627
+ * include/bits/regex.h (operator==, operator!=): Remove noexcept
+ equality comparisons for match_results.
+ * testsuite/28_regex/match_results/94627.cc: New test.
+
2020-06-24 Jonathan Wakely <jwakely@redhat.com>
Backported from master: