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-arm-bootstrap_lto 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
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/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/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/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/tree-ssa-loop-manip.cc | 11 +++--- gcc/tree-ssa-sink.cc | 3 +- gcc/tree-switch-conversion.cc | 53 +++++++++++++-------------- gcc/tree-vect-loop.cc | 5 +-- lto-plugin/lto-plugin.c | 42 +++++++++++++++++---- 34 files changed, 273 insertions(+), 179 deletions(-)