This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ce81282261c Bail in bounds_of_var_in_loop if scev returns NULL. new 60a156ae53e libstdc++: Fix std::jthread assertion and re-enable skipped test new fd89fc77639 libstdc++: diagnose some misuses of [locale.convenience] fu [...] new 45aa7a44765 libstdc++: Fix filesystem::path constraints for volatile [P [...]
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_facets.h | 5 ++ libstdc++-v3/include/experimental/bits/fs_path.h | 2 +- libstdc++-v3/include/std/thread | 2 +- .../22_locale/ctype/is/string/89728_neg.cc | 73 ++++++++++++++++++++++ .../27_io/filesystem/path/construct/100630.cc | 14 +++++ libstdc++-v3/testsuite/30_threads/jthread/95989.cc | 1 - .../testsuite/30_threads/jthread/jthread.cc | 4 +- .../30_threads/jthread/{2.cc => version.cc} | 0 .../filesystem/path/construct/100630.cc | 14 +++++ 9 files changed, 110 insertions(+), 5 deletions(-) create mode 100644 libstdc++-v3/testsuite/22_locale/ctype/is/string/89728_neg.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/100630.cc rename libstdc++-v3/testsuite/30_threads/jthread/{2.cc => version.cc} (100%) create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/1 [...]