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-arm-mainline-allnoconfig in repository toolchain/ci/gcc.
from b3043e49089 libstdc++: Fix std::gcd and std::lcm for unsigned integers [...] adds 6dceae0cb9c Daily bump. adds 4be18e2f16b libstdc++: Use correct argument type for __use_alloc [PR 96803] adds 132ddcc78c1 libstdc++: Use correct argument type for __use_alloc, again [...] adds e7285587186 libstdc++: Fix out-of-bounds string_view access in filesyst [...] new c189842fef7 Daily bump.
The 1 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 +- libstdc++-v3/ChangeLog | 100 +++++++++++++++++++++ libstdc++-v3/include/std/tuple | 12 +-- libstdc++-v3/src/c++17/fs_path.cc | 2 +- libstdc++-v3/testsuite/20_util/tuple/cons/96803.cc | 62 +++++++++++++ .../27_io/filesystem/path/append/source.cc | 10 +++ 6 files changed, 180 insertions(+), 8 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/tuple/cons/96803.cc