+2021-02-12 Jason Merrill <jason@redhat.com>
+
+ PR c++/96905
+ * pt.c (mark_decl_instantiated): Exit early if consteval.
+
+2021-02-12 Jason Merrill <jason@redhat.com>
+
+ PR c++/98326
+ PR c++/20408
+ * cp-gimplify.c (simple_empty_class_p): Don't touch an invisiref
+ parm.
+
2021-02-11 Marek Polacek <polacek@redhat.com>
Backported from master:
+2021-02-12 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2021-02-12 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/99043
+ * trans-expr.c (gfc_conv_procedure_call): Don't reset
+ rank of assumed-rank array.
+
2021-02-11 Paul Thomas <pault@gcc.gnu.org>
Backported from master:
+2021-02-12 Steve Kargl <sgk@troutmask.apl.washington.edu>
+
+ PR libfortran/95647
+ * gfortran.dg/ieee/ieee_12.f90: New test.
+
+2021-02-12 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2021-02-12 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/99043
+ * gfortran.dg/assumed_rank_20.f90: New test.
+
+2021-02-12 Jason Merrill <jason@redhat.com>
+
+ PR c++/96905
+ * g++.dg/cpp2a/consteval-expinst1.C: New test.
+
+2021-02-12 Jason Merrill <jason@redhat.com>
+
+ PR c++/98326
+ * g++.dg/cpp1y/lambda-generic-empty1.C: New test.
+
2021-02-11 Marek Polacek <polacek@redhat.com>
Backported from master:
+2021-02-12 Steve Kargl <sgk@troutmask.apl.washington.edu>
+
+ PR libfortran/95647
+ * ieee/ieee_arithmetic.F90: Flip interfaces of operators .eq. to
+ == and .ne. to /= .
+
2021-01-03 Iain Sandoe <iain@sandoe.co.uk>
Jakub Jelinek <jakub@redhat.com>