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_profiled_lto_lean in repository toolchain/ci/gcc.
from 1c690164668 c++: tweak parsing of invalid types adds 674dda6be01 Daily bump. adds 0fac85a24f4 libstdc++: Remove constraints from std::optional monadic op [...] adds a2c2dcc6ca2 libstdc++: Implement LWG 3481 change to ranges::viewable_range adds 6667274b059 libstdc++: Implement LWG 3535 changes to ranges::join_view adds 2d3ac603907 libstdc++: Implement LWG 3590-3592 changes to split_view/la [...] adds 1556e447c0f libstdc++: Implement LWG 3595 changes to common_iterator adds 1af78e731fe Fortran: Fixes and additional tests for shape/ubound/size [ [...] adds 2e4659199e8 openmp: Fortran strictly-structured blocks support adds d438dd2523a testsuite/102861 - adjust gcc.dg/vect/bb-slp-16.c change adds 70e72c3a113 Avoid threading circular paths. adds 005ebe1c078 Add dump prints when execute_fixup_cfg removes a write only [...] adds 0a717f13355 Remove outdated comment about execute_fixup_cfg adds 36ec4a3c927 Factor out removal of write only stores from execute_fixup_cfg adds 113860301f4 Improve maybe_remove_writeonly_store to do a simple DCE for [...] adds 40dd9d839e5 openmp: For default(none) ignore variables created by ubsan [...] adds f5ef4da3ccd Remove restriction of SLP vectorizing internal function calls adds c8a889fc0e1 i386: Fix wrong codegen for V8HF move without TARGET_AVX512F adds e633f82fb71 testsuite: Fix up gfortran.dg/gomp/strictly*.f90 testcases adds 7878981f1d4 tree-optimization/102847 - properly cost VMAT_INVARIANT loads adds 8516963942b tree-optimization/102847 - adjust VMAT_INVARIANT load costing adds d97fa0d44c2 Move the initial debug_hooks setting adds d6a3c0cfb85 Revert the avoid threading circular paths commit. adds 701ee067807 sra: Fix corner case of total scalarization with virtual in [...] adds 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] 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++
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 4 + gcc/ChangeLog | 198 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 249 ++++++++++++++++++ gcc/c-family/c-omp.c | 43 +++- gcc/cfgexpand.c | 5 +- gcc/common.opt | 2 +- gcc/config/aarch64/arm_neon.h | 86 ------- gcc/config/i386/i386.c | 15 +- gcc/cp/ChangeLog | 18 ++ gcc/doc/invoke.texi | 12 +- gcc/flag-types.h | 31 ++- gcc/fortran/ChangeLog | 10 + gcc/fortran/decl.c | 1 + gcc/fortran/expr.c | 3 +- gcc/fortran/parse.c | 69 ++++- gcc/fortran/parse.h | 2 +- gcc/fortran/trans-array.c | 20 +- gcc/fortran/trans-intrinsic.c | 246 ++++++------------ gcc/fortran/trans-openmp.c | 6 +- gcc/gimple-range-cache.cc | 4 +- gcc/gimple-range-gori.cc | 2 +- gcc/gimple-range.cc | 2 +- gcc/gimple-ssa-evrp.c | 96 +------ gcc/opts.c | 45 ++++ gcc/params.opt | 69 +++-- gcc/testsuite/ChangeLog | 160 ++++++++++++ gcc/testsuite/c-c++-common/ubsan/pr64888.c | 27 ++ gcc/testsuite/g++.dg/torture/pr102505.C | 15 ++ gcc/testsuite/gcc.dg/pr102585.c | 6 + gcc/testsuite/gcc.dg/pr36902.c | 5 +- gcc/testsuite/gcc.dg/vect/bb-slp-16.c | 73 +++--- gcc/testsuite/gcc.target/i386/avx512fp16-13.c | 8 +- gcc/testsuite/gcc.target/i386/pr102812.c | 12 + gcc/testsuite/gcc.target/i386/pr22076.c | 6 +- .../gfortran.dg/c-interop/shape-bindc.f90 | 77 ++++++ gcc/testsuite/gfortran.dg/c-interop/shape-poly.f90 | 89 +++++++ gcc/testsuite/gfortran.dg/c-interop/size-bindc.f90 | 106 ++++++++ gcc/testsuite/gfortran.dg/c-interop/size-poly.f90 | 118 +++++++++ .../gfortran.dg/c-interop/ubound-bindc.f90 | 129 ++++++++++ .../gfortran.dg/c-interop/ubound-poly.f90 | 145 +++++++++++ gcc/testsuite/gfortran.dg/gomp/cancel-1.f90 | 3 + gcc/testsuite/gfortran.dg/gomp/nesting-3.f90 | 20 +- .../gomp/strictly-structured-block-1.f90 | 214 ++++++++++++++++ .../gomp/strictly-structured-block-2.f90 | 139 ++++++++++ .../gomp/strictly-structured-block-3.f90 | 52 ++++ gcc/toplev.c | 53 +--- gcc/tree-cfg.c | 74 ++++-- gcc/tree-sra.c | 2 + gcc/tree-vect-slp.c | 1 - gcc/tree-vect-stmts.c | 10 + gcc/tree-vrp.c | 134 +++++++++- gcc/tree-vrp.h | 2 + libcody/netserver.cc | 1 + libffi/ChangeLog | 85 +++++++ libgomp/ChangeLog | 23 ++ libgomp/libgomp.texi | 2 +- .../libgomp.fortran/task-reduction-16.f90 | 1 + libstdc++-v3/ChangeLog | 5 + 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_base.h | 3 +- libstdc++-v3/include/bits/ranges_util.h | 7 +- libstdc++-v3/include/bits/stl_iterator.h | 8 +- libstdc++-v3/include/bits/uses_allocator.h | 2 + libstdc++-v3/include/std/any | 8 +- libstdc++-v3/include/std/functional | 94 ++++++- libstdc++-v3/include/std/optional | 16 +- libstdc++-v3/include/std/ranges | 154 ++++++++++-- libstdc++-v3/include/std/span | 12 +- libstdc++-v3/scripts/run_doxygen | 34 ++- .../testsuite/20_util/optional/monadic/and_then.cc | 12 + .../20_util/optional/monadic/transform.cc | 12 + .../testsuite/25_algorithms/move/constexpr.cc | 19 ++ libstdc++-v3/testsuite/std/ranges/adaptors/all.cc | 15 ++ .../testsuite/std/ranges/adaptors/p1739.cc | 88 +++++++ libstdc++-v3/testsuite/std/ranges/istream_view.cc | 13 + 83 files changed, 3167 insertions(+), 715 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr64888.c create mode 100644 gcc/testsuite/g++.dg/torture/pr102505.C create mode 100644 gcc/testsuite/gcc.dg/pr102585.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102812.c create mode 100644 gcc/testsuite/gfortran.dg/c-interop/shape-bindc.f90 create mode 100644 gcc/testsuite/gfortran.dg/c-interop/shape-poly.f90 create mode 100644 gcc/testsuite/gfortran.dg/c-interop/size-bindc.f90 create mode 100644 gcc/testsuite/gfortran.dg/c-interop/size-poly.f90 create mode 100644 gcc/testsuite/gfortran.dg/c-interop/ubound-bindc.f90 create mode 100644 gcc/testsuite/gfortran.dg/c-interop/ubound-poly.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/strictly-structured-block-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/strictly-structured-block-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/strictly-structured-block-3.f90 create mode 100644 libstdc++-v3/testsuite/25_algorithms/move/constexpr.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/p1739.cc