This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from d6e93d5309c Daily bump. new db206f15f70 libstdc++: Fix std::is_nothrow_invocable_r for uncopyable p [...] new 019c72ae757 libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719) new 9ea0f924f4a libstdc++: Add missing runtime exception to licence notice new 825365bec9e libstdc++: Document LWG 1203 API change in manual new 6e3b2c0d5e6 libstdc++: Fix dangling reference in filesystem::path::filename() new d9b0e012ab9 libstdc++: Check static assertions earlier in chrono::duration new 377f9542424 libstdc++: Remove unnecessary variant member in std::expected new 90504714542 libstdc++: Fix tests with non-const operator== new 37a7b2e8a73 libstdc++: Remove unnecessary header from <memory>
The 9 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/bugs.html | 3 ++ libstdc++-v3/doc/xml/manual/intro.xml | 6 +++ libstdc++-v3/include/bits/chrono.h | 10 ++--- libstdc++-v3/include/bits/fs_dir.h | 33 ++++++++++++---- libstdc++-v3/include/bits/fs_path.h | 6 +-- libstdc++-v3/include/bits/iterator_concepts.h | 28 +++++++++++--- libstdc++-v3/include/bits/regex.h | 24 +++++++++++- libstdc++-v3/include/std/barrier | 9 ++++- libstdc++-v3/include/std/expected | 9 ++--- libstdc++-v3/include/std/memory | 1 - libstdc++-v3/include/std/type_traits | 45 +++++++++++----------- .../20_util/is_nothrow_convertible/value.cc | 2 - .../20_util/is_nothrow_convertible/value_ext.cc | 28 -------------- .../91456.cc | 10 +++-- libstdc++-v3/testsuite/20_util/tuple/swap.cc | 2 +- .../testsuite/26_numerics/valarray/87641.cc | 2 +- .../27_io/filesystem/iterators/lwg3719.cc | 39 +++++++++++++++++++ .../28_regex/iterators/regex_iterator/lwg3719.cc | 29 ++++++++++++++ .../iterators/regex_token_iterator/lwg3719.cc | 29 ++++++++++++++ 19 files changed, 228 insertions(+), 87 deletions(-) delete mode 100644 libstdc++-v3/testsuite/20_util/is_nothrow_convertible/value_ext.cc copy libstdc++-v3/testsuite/20_util/{is_invocable => is_nothrow_invocable}/91456.cc (73%) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/iterators/lwg3719.cc create mode 100644 libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/lwg3719.cc create mode 100644 libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ [...]