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_check_gcc/master-aarch64 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 71 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 26 ++++++++ gcc/d/ChangeLog | 5 ++ gcc/fortran/ChangeLog | 8 +++ gcc/fortran/check.c | 43 +++---------- gcc/ipa-prop.c | 18 +++--- gcc/testsuite/ChangeLog | 35 +++++++++++ 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 +++++--- 17 files changed, 315 insertions(+), 81 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/reshape_9.f90