This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from 5782bacacad Fortran: do not restrict PDT KIND and LEN type parameters t [...] adds 3e2ccaab1fb Daily bump. adds 4719d058452 Update documentation of %X spec adds 818961c1765 Daily bump. adds ee13a30bffa Daily bump. adds cfc3c7544ce Daily bump. adds d0d8bd6378f Daily bump. adds 0111975c072 libstdc++: Fix range access for empty std::valarray [PR103022] adds fdc2700d095 Daily bump. adds 742d2244e33 Daily bump. adds d60e310a4b5 ipa/102714 - IPA SRA eliding volatile adds 41bea618a77 [PR102842] Consider all outputs in generation of matching reloads new fb87e2af555 ranger: Fix `-Werror' build error with `ranger_cache::push_ [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 14 +++ gcc/DATESTAMP | 2 +- gcc/doc/invoke.texi | 3 +- gcc/fortran/ChangeLog | 9 ++ gcc/gimple-range-cache.cc | 2 +- gcc/ipa-sra.c | 40 +++---- gcc/lra-constraints.c | 17 +-- gcc/testsuite/ChangeLog | 16 +++ gcc/testsuite/g++.target/arm/pr102842.C | 30 ++++++ gcc/testsuite/gcc.dg/ipa/pr102714.c | 117 +++++++++++++++++++++ libgcc/ChangeLog | 11 ++ libstdc++-v3/ChangeLog | 13 +++ libstdc++-v3/include/std/valarray | 30 ++++-- .../testsuite/26_numerics/valarray/103022.cc | 15 +++ .../testsuite/26_numerics/valarray/range_access.cc | 49 +++++++-- .../26_numerics/valarray/range_access2.cc | 22 +++- 16 files changed, 340 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/g++.target/arm/pr102842.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr102714.c create mode 100644 libstdc++-v3/testsuite/26_numerics/valarray/103022.cc