This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f91fe35aa14 libstdc++: Add assertion for valid facet type arguments new 1dde83f0ec3 libstdc++: Enable most of <chrono> for freestanding new 2af87d98e66 libstdc++: Adjust std::span::iterator to be ADL-proof
The 2 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/doc/html/manual/using_macros.html | 7 ++++ libstdc++-v3/doc/xml/manual/using.xml | 12 ++++++ libstdc++-v3/include/bits/chrono.h | 24 +++++++++--- libstdc++-v3/include/bits/version.def | 1 - libstdc++-v3/include/bits/version.h | 2 +- libstdc++-v3/include/std/chrono | 24 +++++++++--- libstdc++-v3/include/std/span | 5 ++- libstdc++-v3/include/std/stacktrace | 4 +- libstdc++-v3/testsuite/std/time/freestanding.cc | 52 +++++++++++++++++++++++++ 9 files changed, 116 insertions(+), 15 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/time/freestanding.cc