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_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from ec543c9833c Fortran: MOLD argument to TRANSFER intrinsic having storage [...] adds c8bd4dc8212 libstdc++: Avoid symlink race in filesystem::remove_all [PR104161] adds e20486d508a libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [ [...] adds 5c1f274e3e0 libstdc++: Avoid some more warnings [PR104019] adds 58ec0964b1d Avoid recomputing PHI results after failure (PR104203). adds fa262add75a Fortran: fix issignaling() implementation adds e0b8716f53e Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 10 +++++ gcc/ChangeLog | 38 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 12 ++++++ gcc/fortran/ChangeLog | 14 +++++++ gcc/gimple-ssa-warn-access.cc | 2 +- gcc/pointer-query.cc | 44 +++++++++++++------- gcc/pointer-query.h | 2 +- gcc/testsuite/ChangeLog | 36 +++++++++++++++++ gcc/timevar.def | 1 + libgcc/ChangeLog | 5 +++ libgfortran/ChangeLog | 15 +++++++ libgfortran/ieee/issignaling_fallback.h | 12 +++--- libstdc++-v3/ChangeLog | 38 ++++++++++++++++++ libstdc++-v3/acinclude.m4 | 12 ++++++ libstdc++-v3/config.h.in | 3 ++ libstdc++-v3/configure | 55 +++++++++++++++++++++++++ libstdc++-v3/include/bits/istream.tcc | 62 +++++++++++++++-------------- libstdc++-v3/include/bits/shared_ptr_base.h | 3 ++ libstdc++-v3/src/c++17/fs_dir.cc | 13 ++++-- libstdc++-v3/src/c++17/fs_ops.cc | 16 +++++--- libstdc++-v3/src/filesystem/dir-common.h | 48 +++++++++++++++++----- libstdc++-v3/src/filesystem/dir.cc | 17 ++++++-- libstdc++-v3/src/filesystem/ops.cc | 10 +++-- 24 files changed, 388 insertions(+), 82 deletions(-)