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-arm in repository toolchain/ci/gcc.
from b4702276615 options: Fix variable tracking option processing. adds 434ebc1e08b Move ranger only VRP folder to tree-vrp. adds bd400db6d3e Add --param=vrp1-mode and --param=vrp2-mode. adds 9cb114fd555 Split --param=evrp-mode into evrp-mode and ranger-debug. adds 2606dfea12d Adjust testcase for 128/256 bit HF vector load/store adds bdc42283bc7 aarch64: Remove redundant struct type definitions in arm_neon.h adds 9626e44713a libstdc++: Implement P1739R4 changes to views::take/drop/counted adds 48154969d4b libstdc++: Implement P2432R1 changes for views::istream adds 9262ae450d6 Fix again PR middle-end/102764 adds 5f7976f65b4 libstdc++: missing constexpr for __[nm]iter_base [PR102358] new 6aceeb3fb64 testsuite: Adjust pr22076.c to avoid compile-time optimizat [...] new 1373066a46d x86: Document -fcf-protection requires i686 or newer
The 2 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: gcc/cfgexpand.c | 5 +- gcc/config/aarch64/arm_neon.h | 86 ------------- gcc/doc/invoke.texi | 12 +- gcc/flag-types.h | 31 +++-- gcc/gimple-range-cache.cc | 4 +- gcc/gimple-range-gori.cc | 2 +- gcc/gimple-range.cc | 2 +- gcc/gimple-ssa-evrp.c | 96 +-------------- gcc/params.opt | 69 +++++++---- gcc/testsuite/gcc.target/i386/avx512fp16-13.c | 8 +- gcc/testsuite/gcc.target/i386/pr22076.c | 6 +- gcc/tree-vrp.c | 134 ++++++++++++++++++++- gcc/tree-vrp.h | 2 + libstdc++-v3/include/bits/ranges_util.h | 7 +- libstdc++-v3/include/bits/stl_iterator.h | 2 + libstdc++-v3/include/std/ranges | 132 +++++++++++++++++--- libstdc++-v3/include/std/span | 12 +- .../testsuite/25_algorithms/move/constexpr.cc | 19 +++ .../testsuite/std/ranges/adaptors/p1739.cc | 88 ++++++++++++++ libstdc++-v3/testsuite/std/ranges/istream_view.cc | 13 ++ 20 files changed, 484 insertions(+), 246 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/move/constexpr.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/p1739.cc