This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 1354603bf7d libstdc++: [_GLIBCXX_DEBUG] Avoid allocator operator== when [...] adds f5a2d78072f libstdc++: Reduce use of debug containers in <regex> adds c86c95edd16 Ensure toupper and tolower follow the expected pattern. new 377681505fb Daily bump.
The 1 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: ChangeLog | 4 + gcc/ChangeLog | 123 ++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/gimple-range-fold.cc | 6 ++ gcc/testsuite/ChangeLog | 67 ++++++++++++++ gcc/testsuite/gcc.dg/pr101741.c | 16 ++++ libgomp/ChangeLog | 18 ++++ libstdc++-v3/ChangeLog | 28 ++++++ libstdc++-v3/include/bits/regex.h | 28 +++--- libstdc++-v3/include/bits/regex.tcc | 6 +- libstdc++-v3/include/bits/regex_automaton.tcc | 4 +- libstdc++-v3/include/bits/regex_compiler.h | 8 +- libstdc++-v3/include/bits/regex_executor.h | 6 +- libstdc++-v3/include/std/regex | 3 + 14 files changed, 293 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr101741.c