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 26bbe78f77f Fortran: fix parsing of omp task affinity iterator clause [ [...] adds 5e830693dd3 analyzer: update "tainted" state of RHS in comparisons [PR106373] adds 3b5567c3ec7 libstdc++: Fix minor bugs in std::common_iterator adds 56c999860bb libstdc++: Fix std::common_iterator assignment [PR100823] adds 87a9bfe86d8 libstdc++: Fix std::common_iterator triviality [PR100823] new e7dfd874450 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 | 40 ++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 14 ++ gcc/analyzer/sm-taint.cc | 18 ++- gcc/fortran/ChangeLog | 6 + gcc/testsuite/ChangeLog | 46 +++++++ .../gcc.dg/analyzer/torture/taint-read-index-3.c | 52 +++++++ libstdc++-v3/ChangeLog | 28 ++++ libstdc++-v3/include/bits/stl_iterator.h | 152 +++++++++++++++------ .../testsuite/24_iterators/common_iterator/1.cc | 23 +++- .../24_iterators/common_iterator/100823.cc | 58 ++++++++ 11 files changed, 389 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/taint-read-index-3.c create mode 100644 libstdc++-v3/testsuite/24_iterators/common_iterator/100823.cc