+2023-05-03 Jason Merrill <jason@redhat.com>
+
+ Revert:
+ 2022-04-29 Jason Merrill <jason@redhat.com>
+
+ PR c++/91618
+ PR c++/96604
+ * friend.cc (do_friend): Call check_explicit_specialization here.
+ * decl.cc (grokdeclarator): Not here.
+ * decl2.cc (check_classfn): Or here.
+
+2023-05-03 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2023-05-03 Jakub Jelinek <jakub@redhat.com>
+
+ * cp-gimplify.cc (cp_fold_data): Move definition earlier.
+ (cp_gimplify_expr): Pass address of ff_genericize | ff_mce_false
+ constructed data rather than &pset to cp_walk_tree with cp_fold_r.
+
2023-05-02 Jason Merrill <jason@redhat.com>
Revert:
+2023-05-03 Kefu Chai <kefu.chai@scylladb.com>
+
+ Backported from master:
+ 2023-05-03 Kefu Chai <kefu.chai@scylladb.com>
+ Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/109703
+ * include/bits/basic_string.h (basic_string(Iter, Iter, Alloc)):
+ Initialize _M_string_length.
+
2023-04-28 Patrick Palka <ppalka@redhat.com>
Backported from master: