This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O2 in repository toolchain/ci/gcc.
from b41be002eda ivopts: Improve code generated for very simple loops. adds 35c8bbe96b5 tree-object-size: Replace magic numbers with enums adds 4a2007594cf tree-object-size: Abstract object_sizes array adds 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 +++ gcc/tree-object-size.c | 226 ++++++++++++--------- libitm/ChangeLog | 6 + libitm/eh_cpp.cc | 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 ++- 19 files changed, 447 insertions(+), 181 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/reshape_9.f90