This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 975658b782f c: Handle initializations of opaque types [PR106016] adds 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 [...] new e75da2ace6b libstdc++: Minor codegen improvement for atomic wait spinloop
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/analyzer/region.h | 8 --- gcc/analyzer/store.cc | 4 +- gcc/fortran/interface.cc | 7 ++- gcc/testsuite/gcc.dg/analyzer/stdarg-types-3.c | 67 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/stdarg-types-4.c | 22 +++++++++ gcc/testsuite/gfortran.dg/pr103504.f90 | 28 +++++++++++ libstdc++-v3/include/bits/atomic_wait.h | 17 +++---- 7 files changed, 132 insertions(+), 21 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 create mode 100644 gcc/testsuite/gfortran.dg/pr103504.f90