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_ubsan in repository toolchain/ci/gcc.
from 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] adds 6aceeb3fb64 testsuite: Adjust pr22076.c to avoid compile-time optimizat [...] adds 1373066a46d x86: Document -fcf-protection requires i686 or newer adds e6d10035431 libcody: Avoid double-free adds 6667d5feb9c libstdc++: Suppress Doxygen docs for more implementation details adds 5a5d7c2c802 libstdc++: Add Doxygen comments to contents of <functional> adds 394f60e6ed9 libstdc++: Improve generated man pages for libstdc++ adds ae5c540662e Daily bump. adds fe8475c5009 bootstrap/102681 - properly CSE PHIs with default def args adds 8a0faddadd1 Disregard incoming equivalences to a path when defining a new one. adds c2a9a98a369 tree-optimization/102893 - properly DCE empty loops inside [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 128 ++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 + gcc/cfgexpand.c | 5 +- gcc/config/aarch64/arm_neon.h | 86 ------- gcc/doc/invoke.texi | 3 +- gcc/fortran/ChangeLog | 30 +++ gcc/gimple-range-path.cc | 10 +- gcc/testsuite/ChangeLog | 66 +++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-9.c | 10 + gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-97.c | 19 ++ gcc/testsuite/gcc.dg/ubsan/pr81981.c | 2 +- gcc/testsuite/gcc.target/i386/pr22076.c | 6 +- gcc/tree-ssa-dce.c | 2 +- gcc/tree-ssa-sccvn.c | 14 +- gcc/value-relation.cc | 23 ++ gcc/value-relation.h | 1 + libcody/ChangeLog | 5 + libcody/netserver.cc | 1 + libgomp/ChangeLog | 6 + libstdc++-v3/ChangeLog | 101 ++++++++ libstdc++-v3/doc/doxygen/stdheader.cc | 279 ++++++++++++++------- libstdc++-v3/include/bits/alloc_traits.h | 4 + libstdc++-v3/include/bits/allocated_ptr.h | 2 + libstdc++-v3/include/bits/enable_special_members.h | 2 + libstdc++-v3/include/bits/hashtable.h | 2 + libstdc++-v3/include/bits/hashtable_policy.h | 2 + libstdc++-v3/include/bits/mofunc_impl.h | 37 +++ libstdc++-v3/include/bits/node_handle.h | 20 ++ libstdc++-v3/include/bits/ranges_util.h | 7 +- libstdc++-v3/include/bits/stl_iterator.h | 2 + libstdc++-v3/include/bits/uses_allocator.h | 2 + libstdc++-v3/include/std/any | 8 +- libstdc++-v3/include/std/functional | 94 ++++++- libstdc++-v3/include/std/ranges | 132 ++++++++-- libstdc++-v3/include/std/span | 12 +- libstdc++-v3/scripts/run_doxygen | 34 ++- .../testsuite/25_algorithms/move/constexpr.cc | 19 ++ .../testsuite/std/ranges/adaptors/p1739.cc | 88 +++++++ libstdc++-v3/testsuite/std/ranges/istream_view.cc | 13 + 40 files changed, 1044 insertions(+), 241 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-9.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-97.c create mode 100644 libstdc++-v3/testsuite/25_algorithms/move/constexpr.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/p1739.cc