This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 39579ba8de9 match.pd: Add bitwise and pattern [PR106243] adds c832ec4c3ec middle-end: Fix phi-ssa assertion triggers. [PR106519] adds be58bf98e98 middle-end: Simplify subtract where both arguments are bein [...] adds 8e34d92ef29 Loop over intersected bitmaps. adds db33daa4677 libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719) adds 2678386df2c libstdc++: Make std::string_view(Range&&) constructor explicit
No new revisions were added by this update.
Summary of changes: gcc/gimple-range-path.cc | 40 ++++++++++------------ gcc/match.pd | 5 +++ gcc/testsuite/gcc.dg/pr106519.c | 11 ++++++ gcc/testsuite/gcc.dg/subnot.c | 9 +++++ gcc/tree-ssa-phiopt.cc | 6 ++-- libstdc++-v3/include/bits/fs_dir.h | 33 ++++++++++++++---- libstdc++-v3/include/bits/iterator_concepts.h | 28 ++++++++++++--- libstdc++-v3/include/bits/regex.h | 24 ++++++++++++- libstdc++-v3/include/std/string_view | 2 +- .../basic_string_view/cons/char/range_c++20.cc | 28 ++++++++++++--- .../basic_string_view/cons/wchar_t/range_c++20.cc | 30 +++++++++++++--- .../27_io/filesystem/iterators/lwg3719.cc | 39 +++++++++++++++++++++ .../28_regex/iterators/regex_iterator/lwg3719.cc | 29 ++++++++++++++++ .../iterators/regex_token_iterator/lwg3719.cc | 29 ++++++++++++++++ 14 files changed, 266 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr106519.c create mode 100644 gcc/testsuite/gcc.dg/subnot.c 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/ [...]