]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 12 Sep 2023 00:19:02 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 12 Sep 2023 00:19:02 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 0799209e8a74ee3cc1a71a9410c14012206bc9b3..9cb5371202acd7248d991a7ff1e76517f6eab80c 100644 (file)
@@ -1 +1 @@
-20230911
+20230912
index 666e1712eb8edddd240652338fb6a2de57559875..0668df8fda6f4c419c4fe7a16729c27b9e37b377 100644 (file)
@@ -1,3 +1,20 @@
+2023-09-11  Jason Merrill  <jason@redhat.com>
+
+       PR c++/106310
+       * parser.c (cp_parser_template_name): Skip non-member
+       lookup after the template keyword.
+       (cp_parser_lookup_name): Pass down template_keyword_p.
+
+2023-09-11  Jason Merrill  <jason@redhat.com>
+
+       PR c++/106890
+       PR c++/109666
+       * name-lookup.c (maybe_push_to_top_level)
+       (maybe_pop_from_top_level): Split out...
+       * pt.c (instantiate_body): ...from here.
+       * init.c (maybe_instantiate_nsdmi_init): Use them.
+       * name-lookup.h: Declare them..
+
 2023-08-09  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 9d49e1ee2a020c49d5720dff3b871f2c2caa212c..e13eddf174d7e1d8163304ffcf226dc8608518f1 100644 (file)
@@ -1,3 +1,15 @@
+2023-09-11  Jason Merrill  <jason@redhat.com>
+
+       PR c++/106310
+       * g++.dg/template/template-keyword4.C: New test.
+
+2023-09-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-30  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: