This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8ade3c3ea77 libstdc++: Fix std::future::wait_until for subsecond negati [...] new fa6549c1f0e libstdc++: Handle errors from strxfrm in std::collate::tran [...] new cbef2c1dbd0 libstdc++: Avoid redundant assertions in std::span constructors new 5db06873846 libstdc++: add initializer_list constructor to std::span (P2447R6)
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/include/bits/locale_classes.tcc | 94 +++++++++++++++------- libstdc++-v3/include/bits/regex.h | 46 ++++++++--- libstdc++-v3/include/bits/version.def | 8 ++ libstdc++-v3/include/bits/version.h | 10 +++ libstdc++-v3/include/std/span | 91 +++++++++++++-------- .../testsuite/23_containers/span/init_list_cons.cc | 65 +++++++++++++++ .../23_containers/span/init_list_cons_neg.cc | 36 +++++++++ 7 files changed, 277 insertions(+), 73 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/span/init_list_cons.cc create mode 100644 libstdc++-v3/testsuite/23_containers/span/init_list_cons_neg.cc