This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14d0f82cab3 mklog: do not parse binary file for PR entry new 2327d933143 libstdc++: Make operator<< for stacktraces less templated ( [...] new 320ac807da1 libstdc++: Define atomic lock-free type aliases for C++20 [ [...] new cb363fd9f19 libstdc++: Change names that clash with Win32 or Clang new 6c0f9584013 libstdc++: Fix constraint on std::basic_format_string [PR108024] new dc94eaab008 libstdc++: Add a test checking for chrono::duration overflows
The 5 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/std/atomic | 17 ++++++++++ libstdc++-v3/include/std/chrono | 6 ++-- libstdc++-v3/include/std/format | 18 +++++----- libstdc++-v3/include/std/stacktrace | 38 ++++++++++------------ libstdc++-v3/include/std/version | 1 + libstdc++-v3/testsuite/17_intro/names.cc | 11 +++++++ .../19_diagnostics/stacktrace/synopsis.cc | 11 +++---- .../20_util/duration/arithmetic/overflow_c++20.cc | 29 +++++++++++++++++ .../29_atomics/atomic/lock_free_aliases.cc | 34 +++++++++++++++++++ libstdc++-v3/testsuite/std/format/format_string.cc | 16 +++++++++ 10 files changed, 143 insertions(+), 38 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/duration/arithmetic/overflow_c++20.cc create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/lock_free_aliases.cc create mode 100644 libstdc++-v3/testsuite/std/format/format_string.cc