diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-10 00:22:41 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-10 00:22:41 +0000 |
commit | 852cff82689cba4848865944a88f0d07285edde0 (patch) | |
tree | 4a06ac6150fd47fb522e184ac0197630a9ee44a4 /gcc/cp/ChangeLog | |
parent | 89991f31c5ded21179b12a9f4063c2b8fabc2e3b (diff) | |
download | gcc-852cff82689cba4848865944a88f0d07285edde0.zip gcc-852cff82689cba4848865944a88f0d07285edde0.tar.gz gcc-852cff82689cba4848865944a88f0d07285edde0.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index debad0e..8228caf 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,33 @@ +2024-09-09 David Malcolm <dmalcolm@redhat.com> + + * constexpr.cc (constexpr_error): Update for renaming of + diagnostic_info field. + * cp-tree.h (pedwarn_cxx98): Use "diagnostic_option_id" rather + than "int". + * error.cc (cp_adjust_diagnostic_info): Update for renaming of + diagnostic_info field. + (pedwarn_cxx98): Use "diagnostic_option_id option_id" rather than + "int opt". Update for renaming of diagnostic_info field. + (diagnostic_set_info): Likewise. + +2024-09-09 David Malcolm <dmalcolm@redhat.com> + + PR other/116613 + * error.cc (cxx_initialize_diagnostics): Rename + diagnostic_context's "printer" field to "m_printer". + (cxx_print_error_function): Likewise. + (cp_diagnostic_starter): Likewise. + (cp_print_error_function): Likewise. + (print_instantiation_full_context): Likewise. + (print_instantiation_partial_context_line): Likewise. + (maybe_print_constexpr_context): Likewise. + (print_location): Likewise. + (print_constrained_decl_info): Likewise. + (print_concept_check_info): Likewise. + (print_constraint_context_head): Likewise. + (print_requires_expression_info): Likewise. + * module.cc (noisy_p): Likewise. + 2024-09-07 Jason Merrill <jason@redhat.com> * decl.cc (check_redeclaration_exception_specification): Remove |