This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6e9cf03a760 c++: Error diagnostics for pointer-to-member type [PR38612] new 68a1218c189 libstdc++: Implement std::atomic::fetch_min/max
The 1 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: libstdc++-v3/include/bits/atomic_base.h | 132 ++++++++++++++++++++- libstdc++-v3/include/bits/version.def | 8 ++ libstdc++-v3/include/bits/version.h | 10 ++ libstdc++-v3/include/std/atomic | 57 +++++++++ libstdc++-v3/src/c++23/std.cc.in | 6 + .../atomic_integral/nonmembers_fetch_minmax.cc | 50 ++++++++ .../29_atomics/atomic_ref/integral_fetch_minmax.cc | 118 ++++++++++++++++++ 7 files changed, 377 insertions(+), 4 deletions(-) create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_integral/nonmembers_fe [...] create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_ref/integral_fetch_minmax.cc