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/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 1806829e08f c++: Fix up __builtin_{bit_cast,convertvector} parsing adds 0268c547de3 Add another commit to ignore adds 31e989a2785 Daily bump. adds f0fdd92e9da Manually add entry for r12-7818-g3ab5c8cd03d92bf4ec41e35182 [...] new 8c8993c7530 analyzer: fix ICE on memset of untracked region [PR105057]
The 1 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: contrib/ChangeLog | 5 +++ contrib/gcc-changelog/git_update_version.py | 3 +- gcc/ChangeLog | 61 +++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 28 +++++++++++++ gcc/analyzer/store.cc | 17 ++++++-- gcc/c-family/ChangeLog | 9 ++++ gcc/cp/ChangeLog | 14 +++++++ gcc/fortran/ChangeLog | 8 ++++ gcc/testsuite/ChangeLog | 64 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/fread-2.c | 31 ++++++++++++++ gcc/testsuite/gcc.dg/analyzer/memset-2.c | 27 ++++++++++++ gcc/testsuite/gcc.dg/analyzer/strcpy-2.c | 27 ++++++++++++ libgomp/ChangeLog | 8 ++++ libstdc++-v3/ChangeLog | 5 +++ 15 files changed, 303 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/fread-2.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/memset-2.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/strcpy-2.c