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 c66dc023847 libstdc++: Complete __gnu_debug::string Standard conformity adds f838d15641d Fortran: error recovery on invalid array reference of non-a [...] adds b0cc57cd76f Remove recursion from range_from_dom. adds dbb093f4f15 Resolve complicated join nodes in range_from_dom. adds 7c0c10db24f Daily bump. adds 68871a008e6 analyzer: don't track string literals in the store [PR106359]
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 ++ gcc/ChangeLog | 66 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 23 +++++++ gcc/analyzer/region.h | 4 ++ gcc/analyzer/store.cc | 7 +++ gcc/analyzer/store.h | 4 +- gcc/cp/ChangeLog | 23 +++++++ gcc/fortran/ChangeLog | 9 +++ gcc/fortran/resolve.cc | 13 +++- gcc/gimple-range-cache.cc | 98 ++++++++++++++++++++---------- gcc/gimple-range-cache.h | 1 + gcc/testsuite/ChangeLog | 35 +++++++++++ gcc/testsuite/gfortran.dg/associate_54.f90 | 3 +- gcc/testsuite/gfortran.dg/associate_59.f90 | 9 +++ libstdc++-v3/ChangeLog | 49 +++++++++++++++ 16 files changed, 310 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/associate_59.f90