From fb9e54393dc12f3d87abad454651262061736e9c Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sun, 27 Jul 2025 00:16:31 +0000 Subject: [PATCH] Daily bump. --- 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 9fc4d807c76..a3238a3dc06 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,31 @@ +2025-07-27 Nathaniel Shead + + 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 + + * 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 + + * 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 + + * config/riscv/riscv-ext.def: Add allocated group IDs and + group bit positions. + 2025-07-25 David Malcolm * diagnostics/context.cc: Eliminate digraphs::lazy_digraph in diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index cf5caf83cd0..bb710d568ca 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250726 +20250727 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6768648f664..08ec84091c1 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +2025-07-27 Nathaniel Shead + + * 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 * constexpr.cc: Update usage of "diagnostic_info" to explicitly diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b54cf2d9092..3b5f40c4ccb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2025-07-27 Nathaniel Shead + + * g++.dg/modules/class-11_a.H: New test. + * g++.dg/modules/class-11_b.C: New test. + 2025-07-25 David Malcolm * gcc.dg/plugin/diagnostic_plugin_test_graphs.cc: Eliminate -- 2.47.2