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-arm-next-allmodconfig in repository toolchain/ci/gcc.
from 2b4adfe47fc Daily bump. adds 5d3a05456dc c++: Fix up push_local_extern_decl_alias error recovery [PR102642] adds 40b209e340b Avoid exception propagation during bootstrap adds b8754a8ff8b Daily bump. adds e74336df42f x86: Document -fcf-protection requires i686 or newer adds cce92cd8d11 Daily bump. adds 97262ad1c2c Daily bump. adds 73833f5d0e0 Daily bump. adds e20ec3be901 Don't use 'G' constraint in integer move patterns adds 4b304e3d639 Revise -mdisable-fpregs option and add new -msoft-mult option adds dd028e763d5 Daily bump. adds 40d76242a2c Daily bump. adds 8f3a62529a6 gcc/configure: Check for powerpc64le*-*-freebsd* adds 2563fba71d0 Daily bump. adds 97cebda80d3 sra: Fix corner case of total scalarization with virtual in [...] adds 70c3fa50574 Fix warnings building linux-atomic.c and fptr.c on hppa64-linux adds 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 adds fb87e2af555 ranger: Fix `-Werror' build error with `ranger_cache::push_ [...] adds 05fd46b833c Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 73 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 ++ gcc/ada/sem_prag.adb | 74 ++++++++++++- gcc/config/pa/pa-d.c | 2 +- gcc/config/pa/pa.c | 10 +- gcc/config/pa/pa.h | 1 - gcc/config/pa/pa.md | 54 +++++----- gcc/config/pa/pa.opt | 8 +- gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/cp/ChangeLog | 14 +++ gcc/cp/decl.c | 3 +- gcc/cp/name-lookup.c | 4 +- gcc/cp/parser.c | 6 +- gcc/doc/invoke.texi | 6 +- gcc/fortran/ChangeLog | 9 ++ gcc/fortran/decl.c | 16 --- gcc/gimple-range-cache.cc | 2 +- gcc/ipa-sra.c | 40 +++---- gcc/lra-constraints.c | 17 +-- gcc/testsuite/ChangeLog | 37 +++++++ gcc/testsuite/g++.dg/tls/pr102642.C | 10 ++ gcc/testsuite/g++.dg/torture/pr102505.C | 15 +++ gcc/testsuite/g++.target/arm/pr102842.C | 30 ++++++ gcc/testsuite/gcc.dg/ipa/pr102714.c | 117 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/pdt_4.f03 | 4 +- gcc/tree-sra.c | 2 + libgcc/ChangeLog | 11 ++ libgcc/config.host | 2 +- libgcc/config/pa/linux-atomic.c | 106 ++++++++++--------- libgcc/config/pa/t-linux64 | 8 +- 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 +++- 37 files changed, 652 insertions(+), 170 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tls/pr102642.C create mode 100644 gcc/testsuite/g++.dg/torture/pr102505.C 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