This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d040555a061 libgo: correctly handle AIX FAT library creation new c2fb0a1a2e7 libstdc++: Make self-move well-defined for containers [PR 85828] new 86f87414856 libstdc++: ChangeLog corrections new 32c69a56981 PR target/96558: Only call ix86_expand_clear with GENERAL_REGS. new afdd220a0cc Daily bump.
The 4 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: ChangeLog | 4 ++ gcc/ChangeLog | 79 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 2 +- gcc/fortran/ChangeLog | 10 +++ gcc/testsuite/ChangeLog | 68 +++++++++++++++++++ gcc/testsuite/gcc.dg/pr96558.c | 32 +++++++++ libstdc++-v3/ChangeLog | 32 ++++++++- libstdc++-v3/include/bits/basic_string.h | 13 ++-- libstdc++-v3/include/bits/hashtable.h | 3 + libstdc++-v3/include/bits/stl_deque.h | 3 + libstdc++-v3/include/bits/stl_list.h | 2 +- libstdc++-v3/include/debug/formatter.h | 2 +- libstdc++-v3/include/debug/macros.h | 6 -- libstdc++-v3/include/debug/safe_container.h | 9 ++- libstdc++-v3/include/debug/safe_iterator.h | 6 +- libstdc++-v3/include/debug/safe_local_iterator.h | 6 +- .../basic_string/cons/char/self_move.cc} | 41 ++++++----- .../deque/cons/self_move.cc} | 39 ++++------- .../forward_list/cons/self_move.cc} | 39 ++++------- .../list/cons/self_move.cc} | 39 ++++------- .../set/cons/self_move.cc} | 42 +++++------- .../unordered_set/cons/self_move.cc} | 43 ++++++------ .../vector/cons/self_move.cc} | 39 ++++------- 24 files changed, 368 insertions(+), 193 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr96558.c copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_default_ [...] copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_default_ [...] copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_default_ [...] copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_default_ [...] copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_default_ [...] copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_default_ [...] copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_default_ [...]