This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 63c59f054a5 ranger: Add shortcuts for single-successor blocks adds bd0a61befcb bpf: mark/remove unused arguments and remove an unused function adds 7754fddd015 MAINTAINERS: Add myself to write after approval and DCO sections. adds 325c6163a33 rs6000: Fix errant "vector" instead of "__vector" adds c9543403c19 analyzer: fix equivalence class state purging [PR103533] adds 3a580f967e5 Daily bump. new 3d9e6767939 Improve AutoFDO count propagation algorithm
The 1 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: ChangeLog | 4 + MAINTAINERS | 2 + contrib/ChangeLog | 4 + gcc/ChangeLog | 76 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 12 +++ gcc/analyzer/constraint-manager.cc | 149 +++++++++++++++++++++++++++- gcc/analyzer/constraint-manager.h | 2 + gcc/auto-profile.c | 20 +++- gcc/config/bpf/bpf.c | 25 +---- gcc/config/rs6000/xmmintrin.h | 2 +- gcc/testsuite/ChangeLog | 20 ++++ gcc/testsuite/gcc.dg/tree-prof/init-array.c | 43 ++++++++ libgcc/ChangeLog | 7 ++ libsanitizer/ChangeLog | 11 ++ 15 files changed, 353 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-prof/init-array.c