This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49ecfd7 Add noexcept to enable_shared_from_this::weak_from_this new 5d6f9ce PR target/77738 * config/ia64/ia64.md ("doloop_end"): Reject [...] new 66f7f44 LWG 2733, LWG 2759 reject bool in gcd and lcm new 348ef3e Define std::allocator<T>::is_always_equal
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 18 ++++++++---- gcc/config/ia64/ia64.md | 3 ++ libstdc++-v3/ChangeLog | 12 ++++++++ libstdc++-v3/include/bits/allocator.h | 6 +++- libstdc++-v3/include/experimental/numeric | 12 +++++--- libstdc++-v3/include/std/numeric | 14 ++++++--- .../20_util/allocator/requirements/typedefs.cc | 3 ++ .../typedefs.cc => 26_numerics/gcd/gcd_neg.cc} | 33 +++++++++++++--------- .../typedefs.cc => 26_numerics/lcm/lcm_neg.cc} | 33 +++++++++++++--------- libstdc++-v3/testsuite/util/testsuite_allocator.h | 1 + 10 files changed, 94 insertions(+), 41 deletions(-) copy libstdc++-v3/testsuite/{20_util/has_unique_object_representations/requirement [...] copy libstdc++-v3/testsuite/{20_util/has_unique_object_representations/requirement [...]