https://gcc.gnu.org/g:fb9e54393dc12f3d87abad454651262061736e9c

commit r16-2560-gfb9e54393dc12f3d87abad454651262061736e9c
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Jul 27 00:16:31 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 28 ++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        |  7 +++++++
 gcc/testsuite/ChangeLog |  5 +++++
 4 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9fc4d807c765..a3238a3dc06e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,31 @@
+2025-07-27  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       PR middle-end/120855
+       * cgraphunit.cc (symbol_table::compile): Assert a transparent
+       alias is not an internal identifier.
+       * symtab.cc (symbol_table::change_decl_assembler_name):
+       Likewise.
+       * varasm.cc (assemble_name_resolve): Check for
+       IDENTIFIER_TRANSPARENT_ALIAS instead of just TREE_CHAIN.
+
+2025-07-26  Thomas Schwinge  <tschwi...@baylibre.com>
+
+       * diagnostics/context.cc (context::diagnostic_impl)
+       (context::diagnostic_n_impl): In presence of formal parameter
+       'kind', explicitly state 'diagnostics::' scope for 'kind' enum.
+
+2025-07-26  Thomas Schwinge  <tschwi...@baylibre.com>
+
+       * diagnostics/option-classifier.cc
+       (update_effective_level_from_pragmas): In presence of local
+       variable 'kind', explicitly state 'diagnostics::' scope for 'kind'
+       enum.
+
+2025-07-26  Christoph Müllner  <christoph.muell...@vrull.eu>
+
+       * config/riscv/riscv-ext.def: Add allocated group IDs and
+       group bit positions.
+
 2025-07-25  David Malcolm  <dmalc...@redhat.com>
 
        * diagnostics/context.cc: Eliminate digraphs::lazy_digraph in
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index cf5caf83cd09..bb710d568caa 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250726
+20250727
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6768648f6644..08ec84091c1c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2025-07-27  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       * cp-tree.h (struct lang_type): Add comment mentioning modules.
+       * module.cc (trees_out::lang_type_bools): Stream new flags, use
+       gcc_checking_assert.
+       (trees_in::lang_type_bools): Likewise.
+
 2025-07-25  David Malcolm  <dmalc...@redhat.com>
 
        * constexpr.cc: Update usage of "diagnostic_info" to explicitly
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b54cf2d9092a..3b5f40c4ccbd 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2025-07-27  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       * g++.dg/modules/class-11_a.H: New test.
+       * g++.dg/modules/class-11_b.C: New test.
+
 2025-07-25  David Malcolm  <dmalc...@redhat.com>
 
        * gcc.dg/plugin/diagnostic_plugin_test_graphs.cc: Eliminate

Reply via email to