+2021-05-18 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2021-05-18 Jonathan Wakely <jwakely@redhat.com>
+
+ * gcc-changelog/git_email.py: Remove use of non-strict mode.
+
2021-05-17 Richard Biener <rguenther@suse.de>
Backported from master:
+2021-05-18 Jason Merrill <jason@redhat.com>
+
+ PR c++/100644
+ * call.c (perfect_candidate_p): An implicitly deleted move
+ is not perfect.
+
+2021-05-18 Jason Merrill <jason@redhat.com>
+
+ PR c++/100205
+ PR c++/93314
+ * cp-tree.h (cp_evaluated): Add reset parm to constructor.
+ * parser.c (cp_parser_constant_expression): Change
+ allow_non_constant_p to int. Use cp_evaluated.
+ (cp_parser_initializer_clause): Pass 2 to allow_non_constant_p.
+ * semantics.c (finish_id_expression_1): Don't mess with
+ cp_unevaluated_operand here.
+
2021-05-03 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2021-05-18 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2021-05-17 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/100633
+ * resolve.c (gfc_resolve_code): Reject nonintrinsic assignments in
+ OMP WORKSHARE.
+
2021-05-17 Tobias Burnus <tobias@codesourcery.com>
Backported from master:
+2021-05-18 Jason Merrill <jason@redhat.com>
+
+ * g++.dg/cpp0x/implicit-delete1.C: New test.
+
+2021-05-18 Jason Merrill <jason@redhat.com>
+
+ PR c++/100205
+ PR c++/93314
+ * g++.dg/cpp0x/decltype-nonstatic1.C: New test.
+
+2021-05-18 Tobias Burnus <tobias@codesourcery.com>
+
+ Backported from master:
+ 2021-05-17 Tobias Burnus <tobias@codesourcery.com>
+
+ PR fortran/100633
+ * gfortran.dg/gomp/workshare-59.f90: New test.
+
2021-05-17 Alex Coplan <alex.coplan@arm.com>
Backported from master: