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-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from 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. new 0d8776b2d7e Daily bump. new 4c591af5947 libstdc++: Fix non-reserved name in header
The 2 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 | 10 ++++++++ configure | 1 + configure.ac | 1 + gcc/ChangeLog | 44 ++++++++++++++++++++++++++++++++ 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 +++- libstdc++-v3/include/bits/random.h | 2 +- libstdc++-v3/testsuite/17_intro/names.cc | 5 ++++ 18 files changed, 154 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gcov/pr97069.C