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 in repository toolchain/ci/gcc.
from 0f0b4289619 libstdc++: vxworks: remove stray <iostream> include adds 3bd11f791e0 i386: Fix up cond_{and,ior,xor,mul}* [PR104779] adds 024bdd2262c rx: Fix translation string. adds d73ae7a72a9 Fix translation strings. adds 93ecb25cc63 translation: small fixes adds 2472dcaa8cb s390: Fix up *cmp_and_trap_unsigned_int<mode> constraints [ [...] adds cfb46c944e8 translation: reuse string and use switch for codes adds fcc48d2ed6b arm: fix option quoting in error messages. adds 40c1d4a07e5 MSP430: fix error message. adds 5db1d7f143c tree-optimization/104782 - adjust PR101636 fix new b1d8198e7df arm: add missing space to error. new 027e3041449 Fix up duplicated duplicated words in comments
The 2 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/analyzer/analyzer.cc | 2 +- gcc/analyzer/engine.cc | 2 +- gcc/analyzer/sm-taint.cc | 2 +- gcc/analyzer/store.cc | 4 +- gcc/c-family/c-attribs.cc | 4 +- gcc/config/aarch64/fractional-cost.h | 2 +- gcc/config/aarch64/thunderx3t110.md | 2 +- gcc/config/arm/arm-builtins.cc | 127 +++++++++++++++++++------------ gcc/config/arm/arm.cc | 6 +- gcc/config/darwin.h | 2 +- gcc/config/i386/i386.cc | 2 +- gcc/config/i386/sse.md | 23 +++++- gcc/config/msp430/msp430.cc | 2 +- gcc/config/riscv/riscv.cc | 2 +- gcc/config/rs6000/pcrel-opt.md | 2 +- gcc/config/rs6000/predicates.md | 4 +- gcc/config/rs6000/rs6000.cc | 2 +- gcc/config/rx/rx.cc | 2 +- gcc/config/s390/s390.md | 2 +- gcc/config/vax/vax.cc | 2 +- gcc/cp/coroutines.cc | 2 +- gcc/cp/cvt.cc | 2 +- gcc/cp/module.cc | 2 +- gcc/cp/pt.cc | 2 +- gcc/ctfc.h | 2 +- gcc/fortran/gfortran.h | 2 +- gcc/fortran/intrinsic.cc | 2 +- gcc/fortran/scanner.cc | 2 +- gcc/fortran/trans-expr.cc | 2 +- gcc/gimple-range-gori.cc | 2 +- gcc/gimple-ssa-warn-access.cc | 2 +- gcc/internal-fn.cc | 2 +- gcc/ipa-polymorphic-call.cc | 2 +- gcc/ipa-sra.cc | 2 +- gcc/jit/libgccjit.h | 4 +- gcc/plugin.cc | 2 +- gcc/pointer-query.cc | 2 +- gcc/testsuite/gcc.dg/vect/pr104782.c | 18 +++++ gcc/testsuite/gcc.target/i386/pr104779.c | 27 +++++++ gcc/testsuite/gcc.target/s390/pr104775.c | 14 ++++ gcc/tree-ssa-propagate.cc | 2 +- gcc/tree-ssa-uninit.cc | 8 +- gcc/tree-vect-slp.cc | 7 ++ gcc/value-relation.h | 2 +- gcc/varasm.cc | 2 +- 45 files changed, 212 insertions(+), 100 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr104782.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104779.c create mode 100644 gcc/testsuite/gcc.target/s390/pr104775.c