This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd37325b8d5 c++: Fix up mangling of function/block scope static structu [...] new dcbec954fcb libstdc++: Use a loop in atomic_ref::compare_exchange_stron [...] new 283994cba68 libstdc++: Use std::string::__resize_and_overwrite in std:: [...] new 419c423d3ae libstdc++: fix memory clobbering in std::vector [PR110879]
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/testsuite/g++.dg/pr110879.C | 16 ++ libstdc++-v3/include/bits/atomic_base.h | 147 ++++++++++----- libstdc++-v3/include/bits/vector.tcc | 200 +++++++++++---------- libstdc++-v3/src/c++17/fs_ops.cc | 45 ++--- libstdc++-v3/src/filesystem/ops-common.h | 7 +- .../atomic_ref/compare_exchange_padding.cc | 75 +++++--- 6 files changed, 298 insertions(+), 192 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr110879.C