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

index fa6960c56adaf5612ba05e6ddf4b1b45de48e08f..23c3329c01edc06edd05d55c49c85a845a8b9c0f 100644 (file)
@@ -1 +1 @@
-20230811
+20230812
index 82c395f92cfb9fb102cd834bdc750e7aa84631f9..fbb4cf3ba02eac7c5fc6d9d826ceb977342c17ac 100644 (file)
@@ -1,3 +1,27 @@
+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:
index 5382a458b50902f4a9fd10004d3d8a1249b76436..30e3ed7f2efcc205371614fe497bb46641441e80 100644 (file)
@@ -1,3 +1,23 @@
+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: