]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 29 Oct 2025 00:25:03 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 29 Oct 2025 00:25:03 +0000 (00:25 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 0bfc1e9884d38f94032996b7648493ad80caa2c5..aa425f410a084a57bf4a8134c024a93b648d6f6d 100644 (file)
@@ -1 +1 @@
-20251028
+20251029
index 92be4b2ba451da11c8d6fad7bca453199e281d88..23f2bfa21f2a41025351c5b68c18fdfa74222d7f 100644 (file)
@@ -1,3 +1,37 @@
+2025-10-28  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-10-14  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/122192
+       * parser.cc (cp_parser_mem_initializer_id): Pass class_type
+       instead of typename_type to cp_parser_class_name in the
+       nested-name-specifier case.
+
+2025-10-28  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-10-10  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/122192
+       * decl.cc (make_typename_type): Document base-specifier as
+       another type-only lookup case.
+       * parser.cc (cp_parser_class_name): Propagate tag_type to
+       make_typename_type instead of hardcoding typename_type.
+       (cp_parser_base_specifier): Pass class_type instead of
+       typename_type as tag_type to cp_parser_class_name.
+
+2025-10-28  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-10-27  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/122310
+       * module.cc (get_keyed_decl_scope): New function.
+       (trees_out::get_merge_kind): Use it.
+       (trees_out::key_mergeable): Use it.
+       (maybe_key_decl): Key to the containing type for all members.
+
 2025-10-14  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index dbe976777497c75a30b2f69fea0707b6ed4bd0e3..f3126dca8385deae957defcba93266d2b646d7ac 100644 (file)
@@ -1,3 +1,30 @@
+2025-10-28  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-10-14  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/122192
+       * g++.dg/template/dependent-base6.C: Verify mem-initializer-id
+       qualified name lookup is type-only too.
+
+2025-10-28  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-10-10  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/122192
+       * g++.dg/template/dependent-base6.C: New test.
+
+2025-10-28  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-10-27  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/122310
+       * g++.dg/modules/lambda-12.h: New test.
+       * g++.dg/modules/lambda-12_a.H: New test.
+       * g++.dg/modules/lambda-12_b.C: New test.
+
 2025-10-27  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/122394