This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 6ab98d8b58f gimple-ssa-warn-access.cc: add missing auto_diagnostic_group adds bc7e9f76756 Daily bump. adds 94018fd2675 arm: mve: Don't force trivial vector literals to the pool adds c524d860a78 docs: add missing table header adds 0f96ac43fa0 libstdc++: Add missing #include <string> to new test adds 040f8224617 arm: fix checking ICE in arm_print_operand [PR106004] adds d6b423882a0 RISC-V: Supress warning for comparison of integer expressio [...] adds 06a1b0418fb rs6000: Fix some error messages for invalid conversions adds 1d6044c250e i386: Fix VPMOV splitter [PR105993] adds 1f8278bfcfc i386: Fix assert in ix86_function_arg [PR105970] adds cc378e65574 alpha: Introduce target specific store_data_bypass_p functi [...] adds a284fadcce8 c++: Use fold_non_dependent_expr rather than maybe_constant [...] new 7f195a22709 libgo: permit loff_t and off_t to be macros
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 | 110 +++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 16 + gcc/c/ChangeLog | 23 + gcc/config/alpha/alpha-protos.h | 2 + gcc/config/alpha/alpha.cc | 69 +++ gcc/config/alpha/ev4.md | 15 +- gcc/config/arm/arm.cc | 3 +- gcc/config/arm/mve.md | 99 ++-- gcc/config/i386/i386.cc | 2 +- gcc/config/i386/sse.md | 30 +- gcc/config/riscv/bitmanip.md | 2 +- gcc/config/rs6000/rs6000.cc | 8 +- gcc/cp/ChangeLog | 11 + gcc/cp/typeck.cc | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 57 +++ gcc/testsuite/g++.dg/ext/builtin-shufflevector-4.C | 18 + gcc/testsuite/gcc.target/alpha/pr105209.c | 26 + .../gcc.target/arm/acle/cde-mve-full-assembly.c | 549 ++++++++++----------- gcc/testsuite/gcc.target/i386/pr105970.c | 6 + gcc/testsuite/gcc.target/i386/pr105993.c | 18 + libgo/config.h.in | 3 + libgo/configure | 9 +- libgo/configure.ac | 8 +- libgo/go/syscall/libcall_linux.go | 16 +- libgo/mksysinfo.sh | 6 +- libgo/sysinfo.c | 15 +- libgomp/libgomp.texi | 1 + libstdc++-v3/ChangeLog | 13 + .../21_strings/basic_string/cons/char/105995.cc | 2 + 31 files changed, 753 insertions(+), 390 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/builtin-shufflevector-4.C create mode 100644 gcc/testsuite/gcc.target/alpha/pr105209.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105970.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105993.c