This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_profiled in repository toolchain/ci/gcc.
from 419c6c68e60 Daily bump. adds a56c251898e Support logic shift left/right for avx512 mask type. adds a6291d88d5b Remove pass_cpb which is related to enable avx512 embedded [...] adds e58093276a6 Only call vrp_visit_cond_stmt if range_of_stmt doesn't reso [...] adds ea789238b2c Check for undefined on COND_EXPR before querying type. adds d3fa77472b7 Allow non-symmetrical equivalences. adds 254e5d19a17 libstdc++: Restore __gnu_debug::array [PR100682] adds c22bcfd2f7d libstdc++: Initialize all subobjects of std::function adds aca7a0253d6 libstdc++: Use std::addressof in ranges::uninitialized_xxx [...] adds c9ca3521862 libstdc++: Use __builtin_operator_new when available [PR94295]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/constraints.md | 10 ++ gcc/config/i386/i386-expand.c | 36 ++++- gcc/config/i386/i386-features.c | 157 +------------------- gcc/config/i386/i386-passes.def | 1 - gcc/config/i386/i386-protos.h | 1 - gcc/config/i386/i386.md | 162 ++++++++++++++++++--- gcc/config/i386/sse.md | 14 ++ gcc/gimple-range-fold.cc | 3 +- gcc/testsuite/g++.dg/pr101511.C | 22 +++ gcc/testsuite/gcc.dg/pr101496.c | 22 +++ gcc/testsuite/gcc.dg/pr101497.c | 13 ++ .../gcc.target/i386/fuse-caller-save-xmm.c | 2 +- gcc/testsuite/gcc.target/i386/mask-shift.c | 83 +++++++++++ gcc/value-relation.cc | 8 +- gcc/vr-values.c | 30 ++-- .../doc/html/manual/debug_mode_semantics.html | 4 +- libstdc++-v3/doc/html/manual/debug_mode_using.html | 15 +- libstdc++-v3/doc/xml/manual/debug_mode.xml | 25 +++- libstdc++-v3/include/bits/ranges_uninitialized.h | 26 ++-- libstdc++-v3/include/bits/std_function.h | 18 +-- libstdc++-v3/include/debug/array | 45 ++++++ libstdc++-v3/include/ext/new_allocator.h | 38 +++-- libstdc++-v3/testsuite/util/testsuite_iterators.h | 8 + 23 files changed, 493 insertions(+), 250 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr101511.C create mode 100644 gcc/testsuite/gcc.dg/pr101496.c create mode 100644 gcc/testsuite/gcc.dg/pr101497.c create mode 100644 gcc/testsuite/gcc.target/i386/mask-shift.c create mode 100644 libstdc++-v3/include/debug/array