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-arm-bootstrap in repository toolchain/ci/gcc.
from 62f01243fb2 Cross-reference parts adapted in 'gcc/omp-oacc-neuter-broad [...] adds 9d2d660aab2 i386: Name V2SF logic insns [PR101812] adds 00eab082e9f Verify destination[source] of a load[store] instruction is [...] adds d55d3f5b04e ipa: Fix testsuite/gcc.dg/ipa/remref-6.c adds 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.
No new revisions were added by this update.
Summary of changes: gcc/config/i386/mmx.md | 2 +- gcc/config/rs6000/rs6000.c | 14 ++++++++++++-- gcc/gimple-range-fold.cc | 6 ++++++ gcc/ipa-prop.c | 2 +- gcc/testsuite/gcc.dg/ipa/remref-6.c | 2 +- gcc/testsuite/gcc.dg/pr101741.c | 16 +++++++++++++++ gcc/testsuite/gcc.target/i386/pr101812.c | 12 ++++++++++++ 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/debug/safe_container.h | 13 ++++++++++++- libstdc++-v3/include/std/regex | 3 +++ 14 files changed, 91 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr101741.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101812.c