+2023-08-11 Jason Merrill <jason@redhat.com>
+
+ PR c++/106310
+ * parser.cc (cp_parser_template_name): Skip non-member
+ lookup after the template keyword.
+ (cp_parser_lookup_name): Pass down template_keyword_p.
+
+2023-08-11 Jason Merrill <jason@redhat.com>
+
+ PR c++/106890
+ 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-08-11 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-08-07 Patrick Palka <ppalka@redhat.com>
Backported from master:
+2023-08-11 Jason Merrill <jason@redhat.com>
+
+ PR c++/106310
+ * g++.dg/template/template-keyword4.C: New test.
+
+2023-08-11 Jason Merrill <jason@redhat.com>
+
+ PR c++/106890
+ PR c++/109666
+ * g++.dg/cpp0x/nsdmi-array2.C: New test.
+ * g++.dg/cpp0x/nsdmi-template25.C: New test.
+
+2023-08-11 Jason Merrill <jason@redhat.com>
+
+ PR c++/108099
+ * g++.dg/ext/int128-7.C: New test.
+ * 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-08-07 Patrick Palka <ppalka@redhat.com>
Backported from master: