This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from e8a35b47903 Daily bump. adds 149eef25402 Daily bump. adds 1004d3bb5e5 c++: Use FOR_EACH_VEC_ELT instead of range-based for loop. adds 701e88fa56d Daily bump. adds e976dc67ac5 Fortran: Fix fndecl with -fcoarray=lib [PR99817] new 32a859531e8 libstdc++: Fix std::indirectly_readable ambiguity [LWG 3446] new b6bef1cbc14 libstdc++: Implement LWG 3404 for C++20 subrange [PR 100044]
The 2 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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 6 +++++ gcc/cp/pt.c | 4 ++- gcc/fortran/trans-types.c | 16 ++++++------ gcc/testsuite/gfortran.dg/coarray/dummy_2.f90 | 26 +++++++++++++++++++ libstdc++-v3/include/bits/iterator_concepts.h | 30 ++++++++++++++++++++-- libstdc++-v3/include/std/ranges | 15 ----------- .../associated_types/readable.traits.cc | 26 +++++++++++++++++++ .../testsuite/std/ranges/subrange/lwg3282_neg.cc | 15 +++++++++++ 9 files changed, 113 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/dummy_2.f90