This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 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 [...]
No new revisions were added by this update.
Summary of changes: 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/i386/i386.cc | 2 +- gcc/config/i386/sse.md | 30 +++++----- gcc/config/riscv/bitmanip.md | 2 +- gcc/config/rs6000/rs6000.cc | 8 +-- gcc/cp/typeck.cc | 2 +- gcc/testsuite/g++.dg/ext/builtin-shufflevector-4.C | 18 ++++++ gcc/testsuite/gcc.target/alpha/pr105209.c | 26 ++++++++ gcc/testsuite/gcc.target/i386/pr105970.c | 6 ++ gcc/testsuite/gcc.target/i386/pr105993.c | 18 ++++++ libgomp/libgomp.texi | 1 + .../21_strings/basic_string/cons/char/105995.cc | 2 + 15 files changed, 171 insertions(+), 33 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