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 600956c81c7 Fortran: error recovery from calculation of storage size of [...] adds 0460ba622e8 analyzer: fix stray get_element decls adds db613e8fa84 analyzer: fix false +ves from -Wanalyzer-va-arg-type-mismat [...] adds e75da2ace6b libstdc++: Minor codegen improvement for atomic wait spinloop new fd96c4b51a7 Daily bump.
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: gcc/ChangeLog | 343 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 11 + gcc/analyzer/region.h | 8 - gcc/analyzer/store.cc | 4 +- gcc/cp/ChangeLog | 6 + gcc/fortran/ChangeLog | 6 + gcc/testsuite/ChangeLog | 60 +++++ gcc/testsuite/gcc.dg/analyzer/stdarg-types-3.c | 67 +++++ gcc/testsuite/gcc.dg/analyzer/stdarg-types-4.c | 22 ++ libstdc++-v3/ChangeLog | 4 + libstdc++-v3/include/bits/atomic_wait.h | 17 +- 12 files changed, 530 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/stdarg-types-3.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/stdarg-types-4.c