This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d3883dc77b1 libstdc++: Find make_error_code and make_error_condition vi [...] new 157236dbd62 libstdc++: Clear padding bits in atomic compare_exchange new 4977507e329 libstdc++: Add always_inline attribute to std::byte operators new 30c811f2bac c++: Fix type completeness checks for type traits [PR106838]
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/cp/class.cc | 2 +- gcc/cp/semantics.cc | 58 ++++++++--- gcc/doc/extend.texi | 30 +++--- gcc/testsuite/g++.dg/ext/array4.C | 3 +- gcc/testsuite/g++.dg/ext/unary_trait_incomplete.C | 116 ++++++++++++++++----- libstdc++-v3/include/bits/atomic_base.h | 97 +++++++++++++---- libstdc++-v3/include/c_global/cstddef | 13 ++- libstdc++-v3/include/std/atomic | 58 +++++------ .../is_complete_or_unbounded/memoization_neg.cc | 2 + .../is_move_constructible/incomplete_neg.cc | 1 + .../20_util/is_nothrow_swappable/incomplete_neg.cc | 1 + .../is_nothrow_swappable_with/incomplete_neg.cc | 1 + .../20_util/is_swappable_with/incomplete_neg.cc | 1 + .../29_atomics/atomic/compare_exchange_padding.cc | 42 ++++++++ .../atomic_ref/compare_exchange_padding.cc | 43 ++++++++ 15 files changed, 364 insertions(+), 104 deletions(-) create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/compare_exchange_padding.cc create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_ref/compare_exchange_p [...]