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-next-defconfig in repository toolchain/ci/gcc.
from c749de49376 Daily bump. adds 99679c0ff73 Daily bump. adds 3a9dcef5c19 libstdc++: Update value of __cpp_lib_ios_noreplace macro adds 0b4d2f5e7b4 libstdc++: Rename data members of std::unexpected and std:: [...] adds 61076545cb3 libstdc++: Make std::string_view(Range&&) constructor explicit adds 25b11619a83 Do not enable -mblock-ops-vector-pair. adds 4178af1a5f6 Daily bump. adds b8d9acc373c Daily bump. adds 556e5a3b1e4 Daily bump. adds fc7166a7c40 d: Fix ICE in in add_stack_var, at cfgexpand.cc:476
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 5 ++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.cc | 11 -------- gcc/d/d-target.cc | 2 ++ gcc/testsuite/gdc.dg/imports/pr106555.d | 10 +++++++ gcc/testsuite/gdc.dg/pr106555.d | 4 +++ libstdc++-v3/ChangeLog | 33 ++++++++++++++++++++++ libstdc++-v3/include/bits/ios_base.h | 2 +- libstdc++-v3/include/std/expected | 32 ++++++++++----------- libstdc++-v3/include/std/string_view | 2 +- libstdc++-v3/include/std/version | 2 +- .../basic_string_view/cons/char/range_c++20.cc | 28 +++++++++++++++--- .../basic_string_view/cons/wchar_t/range_c++20.cc | 30 ++++++++++++++++---- .../27_io/basic_ofstream/open/char/noreplace.cc | 4 +-- .../27_io/basic_ofstream/open/wchar_t/noreplace.cc | 4 +-- 15 files changed, 127 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/imports/pr106555.d create mode 100644 gcc/testsuite/gdc.dg/pr106555.d