This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allyesconfig in repository toolchain/ci/gcc.
from 9a56fcc61b0 Daily bump. adds 879e7df1829 c++: Fix noexcept with unevaluated operand [PR101087] adds d826bff6ad6 Daily bump. adds ca094af16ce Missing piece in earlier change adds 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. new a34c0973c99 libstdc++: Constrain std::as_writable_bytes [PR101411] new a8ae5dbc60e libstdc++: Simplify basic_string_view::ends_with [PR 101361] new 08ad4e98f8b 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/ada/ChangeLog | 4 ++++ gcc/ada/gcc-interface/utils.c | 3 --- gcc/cp/ChangeLog | 10 ++++++++++ gcc/cp/cp-tree.h | 13 +++++++++++++ gcc/cp/except.c | 9 ++++++--- gcc/fortran/ChangeLog | 10 ++++++++++ gcc/fortran/frontend-passes.c | 4 ++-- gcc/testsuite/ChangeLog | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/noexcept70.C | 5 +++++ gcc/testsuite/gfortran.dg/implied_do_io_7.f90 | 16 ++++++++++++++++ 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 +++++++++++++++ 15 files changed, 121 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept70.C create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_7.f90 create mode 100644 libstdc++-v3/testsuite/23_containers/span/101411.cc