This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d8476b05d7 c++tools: Fix (an) install issue new a2c2eec183a libstdc++: Test errno macros directly, not via autoconf [PR 93151] new 3cee0c6562e libstdc++: Add performance test for atomic_flag [PR 46447] new ab9bd932710 libstdc++: Fix errors from Library Fundamentals TS headers [...]
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: libstdc++-v3/acinclude.m4 | 29 ------- libstdc++-v3/config/os/generic/error_constants.h | 28 +++---- libstdc++-v3/configure.ac | 1 - libstdc++-v3/include/experimental/random | 4 +- libstdc++-v3/include/experimental/source_location | 4 +- libstdc++-v3/include/experimental/utility | 4 +- .../headers/system_error/93151.cc} | 12 +-- .../headers/system_error/errc_std_c++0x.cc | 32 ++++---- .../testsuite/experimental/feat-lib-fund.cc | 93 +++++++++------------- .../sort_heap.cc => 29_atomics/atomic_flag.cc} | 62 +++++++-------- 10 files changed, 111 insertions(+), 158 deletions(-) copy libstdc++-v3/testsuite/{25_algorithms/min/concept_checks.cc => 19_diagnostics [...] copy libstdc++-v3/testsuite/performance/{25_algorithms/sort_heap.cc => 29_atomics/ [...]