diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 28 | ||||
| -rw-r--r-- | gcc/DATESTAMP | 2 | ||||
| -rw-r--r-- | gcc/cp/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/testsuite/ChangeLog | 5 | 
4 files changed, 41 insertions, 1 deletions
| diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9fc4d80..a3238a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index cf5caf8..bb710d5 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250726 +20250727 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6768648..08ec840 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b54cf2d..3b5f40c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 | 
