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 23e57329c65 c++: reject concept w/ multiple tparm lists [PR105067] adds f8093854c78 c++: add comment adds 83a21c99344 c++: Fix __has_trivial_* docs [PR59426] adds 00635b6cf3a Update gcc sv.po adds 88252529f0f Remove --with-gmp-dir and --with-mpfr-dir adds eed9d091de0 ctfout: use ctfc_get_num_ctf_vars instead adds aab0127dae4 Daily bump. new 1203e8f7880 analyzer: fix ICE with incorrect lookup of cgraph node [PR105074] new 3734527dfa0 analyzer: ensure that we purge state when reusing a conjure [...]
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 | 5 + configure | 22 +- configure.ac | 14 +- contrib/ChangeLog | 8 + gcc/ChangeLog | 58 ++++ gcc/DATESTAMP | 2 +- gcc/analyzer/analyzer.h | 1 + gcc/analyzer/region-model-asm.cc | 8 +- gcc/analyzer/region-model-impl-calls.cc | 12 +- gcc/analyzer/region-model-manager.cc | 27 +- gcc/analyzer/region-model.cc | 8 +- gcc/analyzer/region-model.h | 3 +- gcc/analyzer/region.cc | 13 +- gcc/analyzer/store.cc | 23 +- gcc/analyzer/store.h | 9 +- gcc/analyzer/svalue.h | 21 ++ gcc/cp/ChangeLog | 74 ++++ gcc/cp/pt.cc | 2 + gcc/ctfout.cc | 4 +- gcc/doc/extend.texi | 8 +- gcc/po/ChangeLog | 4 + gcc/po/sv.po | 502 +++++++++++----------------- gcc/testsuite/ChangeLog | 73 ++++ gcc/testsuite/gcc.dg/analyzer/pr105074.c | 9 + gcc/testsuite/gcc.dg/analyzer/pr105087-1.c | 18 + gcc/testsuite/gcc.dg/analyzer/pr105087-2.c | 20 ++ gcc/testsuite/gcc.dg/analyzer/untracked-1.c | 6 + gcc/testsuite/gcc.dg/analyzer/vasprintf-1.c | 57 ++++ libgomp/ChangeLog | 6 + libstdc++-v3/ChangeLog | 11 + 30 files changed, 653 insertions(+), 375 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr105074.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr105087-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr105087-2.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/vasprintf-1.c