This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from 19870c2b458 AArch64: Add prefer_advsimd_autovec internal tune_flag adds 3f7059376b7 Daily bump. adds 20f699a4449 gcov: fix streaming corruption adds 7c55364eaaf gcov: fix streaming of HIST_TYPE_IOR histogram type. adds 991a3760153 GCOV: do not mangle .gcno files. adds ec3abe75d65 AArch64: Add Neoverse V1 tuning struct adds 54e50dc2d76 arm: Add support for Neoverse N2 CPU adds fd808e9751c Daily bump. adds 99f2956cc74 Daily bump. adds 4a437d67c7f Daily bump. adds 6725de4e837 arm: Add missing part number for Neoverse V1 adds 972bc5c8e40 Daily bump. adds 96b32c86f50 configure: Fix in-tree building of GMP on BSD [PR97302] adds 7be480b6cdd Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 10 +++++ configure | 1 + configure.ac | 1 + gcc/ChangeLog | 73 ++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-cores.def | 4 +- gcc/config/aarch64/aarch64.c | 27 +++++++++++++ gcc/config/arm/arm-cpus.in | 14 +++++++ gcc/config/arm/arm-tables.opt | 3 ++ gcc/config/arm/arm-tune.md | 4 +- gcc/coverage.c | 8 ++-- gcc/doc/invoke.texi | 6 +-- gcc/profile.c | 6 +-- gcc/testsuite/ChangeLog | 8 ++++ gcc/testsuite/g++.dg/gcov/pr97069.C | 20 ++++++++++ gcc/value-prof.c | 5 ++- 16 files changed, 177 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gcov/pr97069.C