This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-release-arm-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from c67e977748e Daily bump. adds 4b407dad192 Daily bump. adds 7f0ee1a2fc6 Daily bump. adds 750d7364d97 Do not replace variable op variable in I/O implied DO loop [...] adds 8c546f4c893 Daily bump. adds b4ebc18c055 Daily bump. adds a34c0973c99 libstdc++: Constrain std::as_writable_bytes [PR101411] adds a8ae5dbc60e libstdc++: Simplify basic_string_view::ends_with [PR 101361] adds 08ad4e98f8b Daily bump. new 2e1357bf960 Daily bump. new 4669f3830fc Fortran - ICE in gfc_conv_expr_present initializing non-dum [...] new f2ec4ab30be Daily bump.
The 3 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/fortran/ChangeLog | 19 +++++++++++++++++++ gcc/fortran/frontend-passes.c | 4 ++-- gcc/fortran/trans-expr.c | 5 +++-- gcc/testsuite/ChangeLog | 16 ++++++++++++++++ gcc/testsuite/gfortran.dg/implied_do_io_7.f90 | 16 ++++++++++++++++ gcc/testsuite/gfortran.dg/pr100949.f90 | 10 ++++++++++ libstdc++-v3/ChangeLog | 18 ++++++++++++++++++ libstdc++-v3/include/std/span | 1 + libstdc++-v3/include/std/string_view | 6 ++++-- libstdc++-v3/testsuite/23_containers/span/101411.cc | 15 +++++++++++++++ 11 files changed, 105 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_7.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr100949.f90 create mode 100644 libstdc++-v3/testsuite/23_containers/span/101411.cc