This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from f3e9c98a9f4 compiler: copy receiver argument for go/defer of method call adds bd364aaee33 Enable gather on zen3 hardware. adds 5074c6fa38c nios2: Fix format complaints and similar diagnostics. adds be246ac2d26 c++: Private parent access check for using decls [PR19377] adds 40465293cd7 c++: ICE with real-to-int conversion in template [PR97973] adds 19ac7c94b2f Daily bump. adds 57e274408c2 testsuite: Fix up pr98099.c testcase for big endian [PR98099] adds 3bcf19215d8 coroutines: init struct members to NULL adds 8f0c9d53ef3 aarch64: Improve generic SVE tuning defaults adds 0cc218d42c2 Objective-C++ : Fix handling of unnamed message parms [PR49070]. adds 073595ef13b Fix building the V850 port using recent versions of gcc. adds 0211fbb610c testsuite: Skip c-c++-common/zero-scratch-regs-10.c on arm adds d186c677e4f Update email address for primary entry adds fff9faa7904 testsuite: Fix up strlenopt-73.c on powerpc [PR99626] adds 89d44a9f3b9 testsuite: Fix up strlenopt-80.c on powerpc [PR99636] adds d9f0ade0015 PR target/99314: Fix integer signedness issue for cpymem pa [...] adds ab03c0d5753 Fix idiv latencies for znver3 adds 55308fc2631 amdgcn: Silence warnings in gcn.c adds c5e55673b48 c++: Add assert to tsubst. adds 30b10dacd0a PR middle-end/99502 - missing -Warray-bounds on partial out [...] adds a4670f58ebf [PR99422] LRA: Use lookup_constraint only for a single cons [...] adds 96ccb325432 c++: Remove FLOAT_EXPR assert in tsubst. adds bd9b262fa92 c++: Fix error-recovery with requires expression [PR99500] adds 287e3e8466f Daily bump. adds b980edba506 Fix segfault during encoding of CONSTRUCTORs adds af73a8b2027 Require linker plugin for another LTO test adds 3b0155305e5 substitute @tie{} with a space for the man pages adds 5cded5aff76 amdgcn: Typo fix adds 009528d61c7 arm: Fix mve_vshlq* [PR99593] adds 21d09cb732d analyzer: mark epath_finder with DISABLE_COPY_AND_ASSIGN [PR99614] adds 5e2eabe1eed x86: Issue error for return/argument only with function body adds c3a2bc6daaa slp: remove unneeded permute calculation (PR99656) adds 22d1a90a152 Use memcpy instead of strncpy to avoid error with -Werror=s [...] adds eadb118e36f target/99660 - missing VX_CPU_PREFIX for vxworksae adds 02f305440f2 Darwin : Fix build failure for powerpc-darwin8 [PR99661]. adds 82bb66730bc c++: Only reject reinterpret casts from pointers to integer [...] new d81019db099 [PR99663] Don't use unknown constraint for address constrai [...]
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: ChangeLog | 4 + MAINTAINERS | 2 +- contrib/texi2pod.pl | 1 + gcc/ChangeLog | 92 ++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/diagnostic-manager.cc | 2 + gcc/config.gcc | 1 - gcc/config/aarch64/aarch64.c | 20 +- gcc/config/arm/constraints.md | 10 +- gcc/config/arm/vec-common.md | 2 +- gcc/config/gcn/gcn.c | 17 +- gcc/config/i386/i386-options.c | 1 + gcc/config/i386/i386.c | 12 + gcc/config/i386/i386.h | 4 + gcc/config/i386/x86-tune-costs.h | 22 +- gcc/config/i386/x86-tune.def | 2 +- gcc/config/nios2/nios2.c | 63 ++-- gcc/config/pa/pa.c | 2 +- gcc/config/riscv/riscv.c | 24 +- gcc/config/v850/v850.c | 4 +- gcc/config/v850/v850.h | 1 + gcc/config/vxworksae.h | 4 + gcc/cp/ChangeLog | 48 +++ gcc/cp/call.c | 23 +- gcc/cp/constexpr.c | 3 +- gcc/cp/coroutines.cc | 2 +- gcc/cp/parser.c | 15 +- gcc/cp/parser.h | 4 + gcc/cp/pt.c | 1 + gcc/cp/semantics.c | 101 ++++-- gcc/fold-const.c | 45 ++- gcc/gimple-array-bounds.cc | 19 +- gcc/lra-constraints.c | 10 + gcc/testsuite/ChangeLog | 88 ++++++ gcc/testsuite/c-c++-common/zero-scratch-regs-10.c | 1 + gcc/testsuite/g++.dg/conversion/real-to-int1.C | 17 + gcc/testsuite/g++.dg/cpp1z/using9.C | 49 +++ gcc/testsuite/g++.dg/cpp2a/concepts-err3.C | 4 + gcc/testsuite/g++.dg/ext/vla22.C | 2 +- gcc/testsuite/g++.dg/lto/pr89335_0.C | 7 +- gcc/testsuite/g++.dg/opt/pr99456.C | 33 ++ gcc/testsuite/g++.dg/warn/Warray-bounds-22.C | 105 +++++++ gcc/testsuite/g++.dg/warn/Warray-bounds-23.C | 345 +++++++++++++++++++++ gcc/testsuite/g++.dg/warn/Warray-bounds-24.C | 289 +++++++++++++++++ .../g++.target/aarch64/sve/aarch64-sve.exp | 4 + .../aarch64/sve/acle/aarch64-sve-acle-asm.exp | 4 + .../aarch64/sve/acle/aarch64-sve-acle.exp | 4 + gcc/testsuite/g++.target/arm/pr99593.C | 129 ++++++++ gcc/testsuite/gcc.dg/pr98099.c | 5 +- gcc/testsuite/gcc.dg/strlenopt-73.c | 13 +- gcc/testsuite/gcc.dg/strlenopt-80.c | 2 +- gcc/testsuite/gcc.dg/torture/pr99652-1.c | 8 + gcc/testsuite/gcc.dg/torture/pr99652-2.c | 8 + .../gcc.target/aarch64/sve/aarch64-sve.exp | 4 + .../aarch64/sve/acle/aarch64-sve-acle-asm.exp | 4 + .../aarch64/sve/acle/aarch64-sve-acle.exp | 4 + gcc/testsuite/gcc.target/i386/pr57655.c | 4 +- gcc/testsuite/gcc.target/i386/pr59794-6.c | 4 +- gcc/testsuite/gcc.target/i386/pr70738-1.c | 4 +- gcc/testsuite/gcc.target/i386/pr96744-1.c | 4 +- gcc/testsuite/gcc.target/s390/pr99663.c | 20 ++ gcc/testsuite/gfortran.dg/vect/pr99656.f90 | 24 ++ gcc/testsuite/obj-c++.dg/pr49070.mm | 52 ++++ gcc/testsuite/objc.dg/unnamed-parms.m | 28 ++ gcc/tree-vect-slp-patterns.c | 63 ++-- gcc/tree-vectorizer.h | 7 +- 66 files changed, 1729 insertions(+), 173 deletions(-) create mode 100644 gcc/testsuite/g++.dg/conversion/real-to-int1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/using9.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-err3.C create mode 100644 gcc/testsuite/g++.dg/opt/pr99456.C create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-22.C create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-23.C create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-24.C create mode 100644 gcc/testsuite/g++.target/arm/pr99593.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr99652-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr99652-2.c create mode 100644 gcc/testsuite/gcc.target/s390/pr99663.c create mode 100644 gcc/testsuite/gfortran.dg/vect/pr99656.f90 create mode 100644 gcc/testsuite/obj-c++.dg/pr49070.mm create mode 100644 gcc/testsuite/objc.dg/unnamed-parms.m