+2023-05-02 Marek Polacek <polacek@redhat.com>
+
+ PR c++/109642
+ PR c++/109640
+ PR c++/109671
+ * doc/invoke.texi: Document that -Wdangling-reference is
+ enabled by -Wextra.
+
2023-04-28 Andrew Stubbs <ams@codesourcery.com>
Backported from master:
+2023-05-02 Marek Polacek <polacek@redhat.com>
+
+ PR c++/109642
+ PR c++/109640
+ PR c++/109671
+ * c.opt (Wdangling-reference): Move from -Wall to -Wextra.
+
2023-04-26 Release Manager
* GCC 13.1.0 released.
+2023-05-02 Jason Merrill <jason@redhat.com>
+
+ Revert:
+ 2022-05-24 Jason Merrill <jason@redhat.com>
+
+ * constexpr.cc (cxx_fold_indirect_ref): Add default arg.
+ (cxx_eval_call_expression): Call it.
+ (cxx_fold_indirect_ref_1): Handle null empty_base.
+
+2023-05-02 Jason Merrill <jason@redhat.com>
+
+ PR c++/109666
+ * name-lookup.cc (maybe_push_to_top_level)
+ (maybe_pop_from_top_level): Split out...
+ * pt.cc (instantiate_body): ...from here.
+ * init.cc (maybe_instantiate_nsdmi_init): Use them.
+ * name-lookup.h: Declare them..
+
+2023-05-02 Jason Merrill <jason@redhat.com>
+
+ PR c++/108099
+ * decl.cc (grokdeclarator): Don't clear typedef_decl after 'unsigned
+ typedef' pedwarn. Use c_common_signed_or_unsigned_type. Also
+ handle 'signed typedef'.
+
2023-04-26 Release Manager
* GCC 13.1.0 released.
+2023-05-02 Jason Merrill <jason@redhat.com>
+
+ PR c++/109666
+ * g++.dg/cpp0x/nsdmi-array2.C: New test.
+
+2023-05-02 Jason Merrill <jason@redhat.com>
+
+ PR c++/108099
+ * g++.dg/ext/int128-8.C: New test.
+ * g++.dg/ext/unsigned-typedef2.C: New test.
+ * g++.dg/ext/unsigned-typedef3.C: New test.
+
+2023-05-02 Jan Beulich <jbeulich@suse.com>
+
+ * c-c++-common/patchable_function_entry-decl.c: Special-case
+ RISC-V.
+ * c-c++-common/patchable_function_entry-default.c: Likewise.
+ * c-c++-common/patchable_function_entry-definition.c: Likewise.
+
2023-04-27 Jakub Jelinek <jakub@redhat.com>
Backported from master: