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-aarch64 in repository toolchain/ci/gcc.
from ba2f60499dd simplify-rtx: Don't assume shift count has the same mode as [...] adds b209a349268 analyzer: fix ICE comparing VECTOR_CSTs [PR105252] adds 832fcbbc731 libstdc++: Fix incorrect IS number in doc comment adds 3fc22eedb03 libstdc++: Default to mutex-based atomics on RISC-V adds 613a6fca751 ctfc: get rid of the static variable in ctf_list_add_ctf_vars () adds d0b00e74bf5 CTF for extern variable fix [PR105089] adds d634c5d7c78 Refactor and update CTF testcases [PR105089]
No new revisions were added by this update.
Summary of changes: gcc/analyzer/svalue.cc | 13 +++-- gcc/ctfc.cc | 62 +++++++++++++++++++++++- gcc/ctfc.h | 8 ++- gcc/ctfout.cc | 28 +++++++---- gcc/dwarf2ctf.cc | 18 ++++++- gcc/testsuite/gcc.dg/analyzer/pr105252.c | 20 ++++++++ gcc/testsuite/gcc.dg/debug/ctf/ctf-array-2.c | 22 +++------ gcc/testsuite/gcc.dg/debug/ctf/ctf-array-5.c | 17 +++++++ gcc/testsuite/gcc.dg/debug/ctf/ctf-variables-3.c | 22 +++++++++ libstdc++-v3/acinclude.m4 | 3 ++ libstdc++-v3/configure | 7 ++- libstdc++-v3/doc/xml/manual/intro.xml | 2 +- 12 files changed, 186 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr105252.c create mode 100644 gcc/testsuite/gcc.dg/debug/ctf/ctf-array-5.c create mode 100644 gcc/testsuite/gcc.dg/debug/ctf/ctf-variables-3.c