]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 27 Jul 2025 00:16:31 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 27 Jul 2025 00:16:31 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 9fc4d807c765e36a69a0c9334c9ac8de8eac7f04..a3238a3dc06ecb91536965a11636f84b251ae380 100644 (file)
@@ -1,3 +1,31 @@
+2025-07-27  Nathaniel Shead  <nathanieloshead@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  <tschwinge@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  <tschwinge@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.muellner@vrull.eu>
+
+       * config/riscv/riscv-ext.def: Add allocated group IDs and
+       group bit positions.
+
 2025-07-25  David Malcolm  <dmalcolm@redhat.com>
 
        * diagnostics/context.cc: Eliminate digraphs::lazy_digraph in
index cf5caf83cd0924f5a46368f9f2ea179df8a3f9ce..bb710d568caa6e718e0fa3b6aae9b375a0ac17e9 100644 (file)
@@ -1 +1 @@
-20250726
+20250727
index 6768648f6644e720a1864108af2442777b0755b9..08ec84091c1c4c35ba251c7284a5427fba1dd480 100644 (file)
@@ -1,3 +1,10 @@
+2025-07-27  Nathaniel Shead  <nathanieloshead@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  <dmalcolm@redhat.com>
 
        * constexpr.cc: Update usage of "diagnostic_info" to explicitly
index b54cf2d9092a89e3be9099305ce0d090b66cc830..3b5f40c4ccbd6efb259dabc2f04a56ff9976a974 100644 (file)
@@ -1,3 +1,8 @@
+2025-07-27  Nathaniel Shead  <nathanieloshead@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  <dmalcolm@redhat.com>
 
        * gcc.dg/plugin/diagnostic_plugin_test_graphs.cc: Eliminate