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/release-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from ffd2d701adf Daily bump. adds 2e90914b79d Daily bump. adds d056e29c7f1 Daily bump. adds 0597b6e2599 Daily bump. adds f7134a12cd6 gcov: fix output location for JSON mode. adds 513c543bb5d dwarf2out: Emit DW_AT_location for global register vars dur [...] adds 05dbde3bfb9 arm: Fix __arm_vctp16q return type in arm_mve.h adds f918470940d libstdc++: Add default template argument to basic_istream_view adds c62cf32d051 Daily bump. adds 5bc33f03181 ipa/97565 - fix IPA PTA body availability check adds d0adc557a26 Clear EAF_NOCLOBBER for indirect calls adds e527b92b183 Fix previous ipa-modref patch
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 32 +++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm_mve.h | 2 +- gcc/dwarf2out.c | 21 ++- gcc/gcov.c | 158 +++++++++++----------- gcc/ipa-modref.c | 9 ++ gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/g++.dg/lto/pr97565_0.C | 7 + gcc/testsuite/g++.dg/lto/pr97565_1.C | 6 + gcc/testsuite/gcc.dg/guality/pr101905.c | 15 ++ gcc/testsuite/gcc.dg/lto/pr101949_0.c | 20 +++ gcc/testsuite/gcc.dg/lto/pr101949_1.c | 4 + gcc/tree-ssa-structalias.c | 22 +-- libstdc++-v3/ChangeLog | 9 ++ libstdc++-v3/include/std/ranges | 3 +- libstdc++-v3/testsuite/std/ranges/istream_view.cc | 10 ++ 16 files changed, 237 insertions(+), 91 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr97565_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr97565_1.C create mode 100644 gcc/testsuite/gcc.dg/guality/pr101905.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr101949_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr101949_1.c