+2022-05-09 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2022-04-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/105304
+ * c-common.c (verify_tree) [restart]: Move up to before the
+ NULL test.
+
2021-04-08 Release Manager
* GCC 10.3.0 released.
+2022-05-09 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2022-03-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/103455
+ * call.c (add_builtin_candidate) <case MEMBER_REF>: Test
+ CLASS_TYPE_P instead of MAYBE_CLASS_TYPE_P.
+
+2022-05-09 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2022-02-17 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/104565
+ * semantics.c (finish_compound_literal): Don't perform
+ non-dependent expr folding before calling check_narrowing.
+
+2022-05-09 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2022-01-25 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/101532
+ PR c++/104225
+ * decl2.c (mark_used): Don't consider maybe_instantiate_noexcept
+ on a deleted function.
+
2022-02-17 Jason Merrill <jason@redhat.com>
Revert:
+2022-05-09 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2022-04-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/105304
+ * g++.dg/cpp2a/concepts-requires30.C: New test.
+
+2022-05-09 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2022-03-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/103455
+ * g++.dg/overload/builtin6.C: New test.
+
+2022-05-09 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2022-02-17 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/104565
+ * g++.dg/template/non-dependent22.C: New test.
+
+2022-05-09 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2022-01-25 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/101532
+ PR c++/104225
+ * g++.dg/cpp0x/nsdmi-template21.C: New test.
+ * g++.dg/cpp0x/nsdmi-template21a.C: New test.
+
2022-05-06 Michael Meissner <meissner@linux.ibm.com>
Backported from master:
+2022-05-09 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2022-04-20 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/93602
+ * doc/xml/manual/prerequisites.xml: Document libiconv
+ workarounds.
+ * doc/html/manual/setup.html: Regenerate.
+ * src/Makefile.am (CXXLINK): Add $(LTLIBICONV).
+ * src/Makefile.in: Regenerate.
+
+2022-05-09 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2022-05-06 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/105502
+ * include/bits/random.tcc
+ (operator>>(basic_istream<C,T>&, normal_distribution<R>&)):
+ Update state when __state_avail is false.
+ * testsuite/26_numerics/random/normal_distribution/operators/serialize.cc:
+ Check that deserialized object equals serialized one.
+
2022-04-26 Jonathan Wakely <jwakely@redhat.com>
Backported from master: