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/release-arm in repository toolchain/ci/gcc.
from 396117287d9 Update gcc fr.po. adds 960135b264a Fix execution failure of parity_1.f90 on P10 [PR100952] adds 98e482761b0 Daily bump. adds f56873dfdbf Daily bump. adds 5b857c033e3 Daily bump. adds 91f8a7a34cf sanitizer: cherry pick 414482751452e54710f16bae58458c66298aaf69 adds 3c50d31dcf7 Daily bump. adds 129bf4f2efc c/101512 - fix missing address-taking in c_common_mark_addr [...] adds c891d268c44 tree-optimization/101505 - properly determine stmt precisio [...] adds 32d307b851f aarch64: Turn sve_width tuning field into a bitmask adds d0d9602e3cd aarch64: Add a simple fixed-point class for costing adds 398305efe6a aarch64: Split out aarch64_adjust_body_cost_sve adds b28c5f682bf aarch64: Add gather_load_xNN_cost tuning fields adds 0c2e1ed84db aarch64: Tweak the cost of elementwise stores
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 29 ++ gcc/DATESTAMP | 2 +- gcc/c-family/c-common.c | 11 +- gcc/config/aarch64/aarch64-protos.h | 17 +- gcc/config/aarch64/aarch64.c | 429 +++++++++++++++------ gcc/config/aarch64/fractional-cost.h | 236 ++++++++++++ gcc/config/rs6000/rs6000.md | 5 +- gcc/d/ChangeLog | 20 + gcc/po/ChangeLog | 13 + gcc/testsuite/ChangeLog | 31 ++ gcc/testsuite/gcc.dg/torture/pr101512.c | 11 + gcc/testsuite/gcc.dg/vect/pr101505.c | 16 + gcc/tree-vect-patterns.c | 14 + libsanitizer/ChangeLog | 7 + .../sanitizer_common/sanitizer_posix_libcdep.cpp | 7 +- 15 files changed, 709 insertions(+), 139 deletions(-) create mode 100644 gcc/config/aarch64/fractional-cost.h create mode 100644 gcc/testsuite/gcc.dg/torture/pr101512.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr101505.c