Skip to content

Commit fb9e543

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 4a8fd4a commit fb9e543

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed

gcc/ChangeLog

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2025-07-27 Nathaniel Shead <[email protected]>
2+
3+
PR middle-end/120855
4+
* cgraphunit.cc (symbol_table::compile): Assert a transparent
5+
alias is not an internal identifier.
6+
* symtab.cc (symbol_table::change_decl_assembler_name):
7+
Likewise.
8+
* varasm.cc (assemble_name_resolve): Check for
9+
IDENTIFIER_TRANSPARENT_ALIAS instead of just TREE_CHAIN.
10+
11+
2025-07-26 Thomas Schwinge <[email protected]>
12+
13+
* diagnostics/context.cc (context::diagnostic_impl)
14+
(context::diagnostic_n_impl): In presence of formal parameter
15+
'kind', explicitly state 'diagnostics::' scope for 'kind' enum.
16+
17+
2025-07-26 Thomas Schwinge <[email protected]>
18+
19+
* diagnostics/option-classifier.cc
20+
(update_effective_level_from_pragmas): In presence of local
21+
variable 'kind', explicitly state 'diagnostics::' scope for 'kind'
22+
enum.
23+
24+
2025-07-26 Christoph Müllner <[email protected]>
25+
26+
* config/riscv/riscv-ext.def: Add allocated group IDs and
27+
group bit positions.
28+
129
2025-07-25 David Malcolm <[email protected]>
230

331
* diagnostics/context.cc: Eliminate digraphs::lazy_digraph in

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20250726
1+
20250727

gcc/cp/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025-07-27 Nathaniel Shead <[email protected]>
2+
3+
* cp-tree.h (struct lang_type): Add comment mentioning modules.
4+
* module.cc (trees_out::lang_type_bools): Stream new flags, use
5+
gcc_checking_assert.
6+
(trees_in::lang_type_bools): Likewise.
7+
18
2025-07-25 David Malcolm <[email protected]>
29

310
* constexpr.cc: Update usage of "diagnostic_info" to explicitly

gcc/testsuite/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-07-27 Nathaniel Shead <[email protected]>
2+
3+
* g++.dg/modules/class-11_a.H: New test.
4+
* g++.dg/modules/class-11_b.C: New test.
5+
16
2025-07-25 David Malcolm <[email protected]>
27

38
* gcc.dg/plugin/diagnostic_plugin_test_graphs.cc: Eliminate

0 commit comments

Comments
 (0)