diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-03-07 00:17:38 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-03-07 00:17:38 +0000 |
commit | 8b483cd5521de79c13cf4807fd004d442b9ad9cd (patch) | |
tree | bad6306994b80dfb201758f8921fc17363eabd30 /gcc/cp | |
parent | 74e8cc28eda9b1d75588fcd4017a735911b9d2b4 (diff) | |
download | gcc-8b483cd5521de79c13cf4807fd004d442b9ad9cd.zip gcc-8b483cd5521de79c13cf4807fd004d442b9ad9cd.tar.gz gcc-8b483cd5521de79c13cf4807fd004d442b9ad9cd.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 41e9a44..fbf3739 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,22 @@ +2024-03-06 Marek Polacek <polacek@redhat.com> + + PR c++/114114 + * pt.cc (maybe_instantiate_noexcept): Save/restore + cp_unevaluated_operand, c_inhibit_evaluation_warnings, and + cp_noexcept_operand around the tsubst_expr call. + +2024-03-06 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/113629 + * pt.cc (type_unification_real): Only use DEDUCE_CONV for the + return type of a conversion function. + +2024-03-06 Patrick Palka <ppalka@redhat.com> + + * module.cc (trees_out::get_merge_kind) <case depset::EK_DECL>: + Accomodate class-scope DECL_UNINSTANTIATED_TEMPLATE_FRIEND_P + TEMPLATE_DECL. Consolidate IDENTIFIER_ANON_P cases. + 2024-03-05 Patrick Palka <ppalka@redhat.com> * parser.cc (cp_parser_translation_unit): Relax GMF contents |