From: GCC Administrator Date: Sat, 29 Apr 2023 00:20:55 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-12.3.0~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1539af7fe0d77e8b56cb58bd757c304833b3bac3;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index dd82014ea01b..24dd3ed9702e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230428 +20230429 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e760d830de8f..21718759cf6d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,29 @@ +2023-04-28 Patrick Palka + + Backported from master: + 2023-03-24 Patrick Palka + + PR c++/106969 + * parser.cc (cp_parser_class_specifier): Clear current_class_ptr + and current_class_ref sooner, before parsing a class definition. + +2023-04-28 Patrick Palka + + Backported from master: + 2023-03-01 Patrick Palka + Jason Merrill + + PR c++/108219 + PR c++/108218 + * constexpr.cc (fold_to_constant): Define. + (maybe_constant_value): Move up early exit test for unevaluated + operands. Try reducing an unevaluated operand to a constant via + fold_to_constant. + (fold_non_dependent_expr_template): Add early exit test for + CONSTANT_CLASS_P nodes. Try reducing an unevaluated operand + to a constant via fold_to_constant. + * cp-tree.h (fold_to_constant): Declare. + 2023-04-21 Jason Merrill PR c++/108795 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0849e7df1594..a0dffcb74512 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,24 @@ +2023-04-28 Patrick Palka + + Backported from master: + 2023-03-24 Patrick Palka + + PR c++/106969 + * g++.dg/lookup/name-clash11.C: Fix ASSERT macro definition in + C++98 mode. + * g++.dg/lookup/this2.C: New test. + +2023-04-28 Patrick Palka + + Backported from master: + 2023-03-01 Patrick Palka + Jason Merrill + + PR c++/108219 + PR c++/108218 + * g++.dg/cpp0x/new6.C: New test. + * g++.dg/cpp2a/concepts-new1.C: New test. + 2023-04-27 Jakub Jelinek Backported from master: diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a154f7e57860..519ce8a133f8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,15 @@ +2023-04-28 Patrick Palka + + Backported from master: + 2023-04-24 Patrick Palka + + * include/bits/max_size_type.h (__max_diff_type::operator>>=): + Fix propagation of sign bit. + * testsuite/std/ranges/iota/max_size_type.cc: Avoid using the + non-standard 'signed typedef-name'. Add some compile-time tests + for right-shifting a negative __max_diff_type value by more than + one. + 2023-04-27 Jonathan Wakely * include/std/atomic: Add missing @endcond doxygen comment.