+2021-02-11 Eric Botcazou <ebotcazou@adacore.com>
+
+ * config/i386/winnt.c (i386_pe_seh_unwind_emit): When switching to
+ the cold section, emit a nop before the directive if the previous
+ active instruction can throw.
+
2021-02-09 Eric Botcazou <ebotcazou@adacore.com>
PR rtl-optimization/96015
+2021-02-11 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2021-02-11 Marek Polacek <polacek@redhat.com>
+
+ PR c++/95888
+ * pt.c (lookup_template_class_1): Pass tf_none to tsubst when looking
+ for the partial instantiation.
+
2021-02-05 Jason Merrill <jason@redhat.com>
PR c++/98717
+2021-02-11 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2021-02-11 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/98897
+ * match.c (gfc_match_call): Include associate names as possible
+ entities with typebound subroutines. The target needs to be
+ resolved for the type.
+
+2021-02-11 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2021-02-11 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/99060
+ * primary.c (gfc_match_varspec): Test for non-null 'previous'
+ before using its name in the error message.
+
2021-01-28 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2021-02-11 Marek Polacek <polacek@redhat.com>
+
+ Backported from master:
+ 2021-02-11 Marek Polacek <polacek@redhat.com>
+
+ PR c++/95888
+ * g++.dg/template/deduce10.C: New test.
+ * g++.dg/template/deduce9.C: New test.
+
+2021-02-11 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2021-02-11 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/98897
+ * gfortran.dg/typebound_call_32.f90: New test.
+
+2021-02-11 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2021-02-11 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/99060
+ * gfortran.dg/pr99060.f90: New test.
+
2021-02-05 Jason Merrill <jason@redhat.com>
PR c++/98717