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-aarch64-bootstrap_lto in repository toolchain/ci/gcc.
from caa04517e6f libitm: Fix bootstrap for targets without HAVE_ELF_STYLE_WEAKREF. adds 4d540c7a4a7 Fortran: improve check of arguments to the RESHAPE intrinsic adds 76c6be48b78 libstdc++: Remove workaround for FE bug in std::tuple [PR96592] adds 33adfd0d42e libstdc++: Fix trivial relocation for constexpr std::vector adds 52b769437a4 libstdc++: Fix test that fails in C++20 mode adds 9e2e47391b3 ipa: Fix CFG fix-up in IPA-CP transform phase (PR 103441) adds f4ed2e3ae7d Daily bump. adds d9c8a0238fc [Committed] Fix new ivopts-[89].c test cases for -m32. adds 567d5f3d62f bswap: Fix UB in find_bswap_or_nop_finalize [PR103435] adds f7e4f57f1c7 x86: Fix up x86_{,64_}sh{l,r}d patterns [PR103431] adds 1e534084524 jit: Change printf specifiers for size_t to %zu
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 71 +++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 302 ++++++++++++++++++--- gcc/cp/ChangeLog | 26 ++ gcc/d/ChangeLog | 5 + gcc/fortran/ChangeLog | 8 + gcc/fortran/check.c | 43 +-- gcc/gimple-ssa-store-merging.c | 10 +- gcc/ipa-prop.c | 18 +- gcc/jit/libgccjit.c | 4 +- gcc/testsuite/ChangeLog | 35 +++ gcc/testsuite/gcc.dg/pr103431.c | 21 ++ gcc/testsuite/gcc.dg/tree-ssa/ivopts-8.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ivopts-9.c | 2 +- gcc/testsuite/gfortran.dg/pr68153.f90 | 2 +- gcc/testsuite/gfortran.dg/reshape_7.f90 | 2 +- gcc/testsuite/gfortran.dg/reshape_9.f90 | 31 +++ libitm/ChangeLog | 6 + libstdc++-v3/ChangeLog | 69 +++++ libstdc++-v3/include/bits/stl_uninitialized.h | 45 ++- libstdc++-v3/include/bits/stl_vector.h | 4 - libstdc++-v3/include/std/tuple | 4 - .../testsuite/24_iterators/move_iterator/dr3265.cc | 25 +- 23 files changed, 608 insertions(+), 129 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr103431.c create mode 100644 gcc/testsuite/gfortran.dg/reshape_9.f90