This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 4390e7bfbc6 Daily bump. adds 75ab2f0ebd3 xtensa: Apply a few minor fixes adds 46880cd8be7 xtensa: Fix RTL insn cost estimation about relaxed MOVI ins [...] adds e058dfc43fa Daily bump. adds 970b03c0037 RISC-V: Fix a bug that is the CMO builtins are missing parameter adds 9f55aee9dca Add operators / and * for profile_{count,probability}. adds c56f7983bed lto-plugin: support LDPT_GET_SYMBOLS_V3 adds 86882d9feb6 vect: Respect slp decision when applying suggested uf [PR105940] adds 713f2fd9234 middle-end/106027 - fix types in needle folding adds ab5d82c0292 testsuite: Require init_priority target support in a test. adds a78e5d307c6 testsuite: Add a missing USER_LABEL_PREFIX to a regex. adds 2eb3adb43ea arm: more testsutie fallout for mve move-immediate changes adds 125bf21299e testsuite, Darwin: Allow for two CTOR bodies in array61 test. adds 1b238124840 testsuite, Darwin: Skip an unsupported test. adds fe9765c0b97 i386: Disallow sibcall for calling ifunc functions with PIC [...] adds 607118dfa47 testsuite, asan: Avoid color in asan test output.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 19 ++++ gcc/DATESTAMP | 2 +- gcc/bb-reorder.cc | 6 +- gcc/cfgloop.cc | 2 +- gcc/cfgloopmanip.cc | 5 +- gcc/cfgrtl.cc | 4 +- gcc/cgraph.cc | 5 +- gcc/config/i386/i386.cc | 9 ++ gcc/config/riscv/riscv-builtins.cc | 1 + gcc/config/riscv/riscv-cmo.def | 16 ++-- gcc/config/riscv/riscv-ftypes.def | 3 +- gcc/config/sh/sh.cc | 2 +- gcc/config/xtensa/xtensa.cc | 32 ++++--- gcc/config/xtensa/xtensa.md | 8 +- gcc/dojump.cc | 2 +- gcc/final.cc | 12 +-- gcc/fold-const.cc | 10 +- gcc/ipa-cp.cc | 10 +- gcc/ipa-inline-analysis.cc | 2 +- gcc/loop-unroll.cc | 8 +- gcc/modulo-sched.cc | 20 ++-- gcc/omp-expand.cc | 24 ++--- gcc/predict.cc | 17 ++-- gcc/profile-count.h | 46 ++++++++- gcc/profile.cc | 5 +- gcc/stmt.cc | 5 +- gcc/symtab-thunks.cc | 10 +- gcc/testsuite/c-c++-common/attr-cdtor-1.c | 2 +- gcc/testsuite/g++.dg/init/array61.C | 3 +- gcc/testsuite/g++.dg/modules/init-2_b.C | 2 +- gcc/testsuite/g++.dg/modules/pr105169_a.C | 2 +- gcc/testsuite/g++.dg/modules/pr105169_b.C | 2 +- gcc/testsuite/gcc.dg/pr106027.c | 8 ++ gcc/testsuite/gcc.target/arm/simd/mve-vcmp-f32-2.c | 6 +- gcc/testsuite/gcc.target/arm/simd/pr100757-2.c | 9 +- gcc/testsuite/gcc.target/arm/simd/pr100757-3.c | 9 +- gcc/testsuite/gcc.target/arm/simd/pr100757-4.c | 10 +- gcc/testsuite/gcc.target/arm/simd/pr100757.c | 9 +- gcc/testsuite/gcc.target/i386/pr105960.c | 19 ++++ gcc/testsuite/gcc.target/riscv/cmo-zicbom-1.c | 26 +++-- gcc/testsuite/gcc.target/riscv/cmo-zicbom-2.c | 26 +++-- gcc/testsuite/gcc.target/riscv/cmo-zicboz-1.c | 10 +- gcc/testsuite/gcc.target/riscv/cmo-zicboz-2.c | 10 +- gcc/testsuite/lib/asan-dg.exp | 2 + gcc/tree-ssa-loop-manip.cc | 11 +-- gcc/tree-ssa-sink.cc | 3 +- gcc/tree-switch-conversion.cc | 53 +++++------ gcc/tree-vect-loop.cc | 106 ++++++++++++++------- lto-plugin/lto-plugin.c | 42 ++++++-- 49 files changed, 420 insertions(+), 235 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr106027.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105960.c