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-stable-allnoconfig in repository toolchain/ci/gcc.
from 20a03342ecf Remove bare 'throw' expression that breaks -fno-exceptions build adds 2fbb00d4fbf Clean up temporary files created by std::filesystem testsuite adds a6e3928817d Include name of test in filesystem-test.XXXXXX filenames adds b06782c4ab5 PR tree-optimization/85574 adds c6865c64416 Fix handling of an empty filename at end of a path adds 1eb501278dd PR libstdc++/80762 avoid ambiguous __constructible_from<voi [...] adds c13f25eceb8 Fix bugs in filesystem::path::lexically_normal() adds 6b921307faf Backported from mainline adds ed73f17e6bb The testcase for PR62178 has been failing for a while due t [...] adds 3bbc0b3b5d5 Backported from mainline adds 05ca90308d4 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 36 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/ipa-devirt.c | 8 ++- gcc/ipa-icf.c | 27 ++++++++- gcc/ipa-icf.h | 3 + gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.target/aarch64/pr62178.c | 5 +- gcc/tree-ssa-uncprop.c | 23 ++++---- gcc/tree.c | 7 ++- libstdc++-v3/ChangeLog | 64 ++++++++++++++++++++++ libstdc++-v3/include/bits/fs_path.h | 7 ++- libstdc++-v3/include/experimental/bits/fs_path.h | 4 +- libstdc++-v3/src/filesystem/std-path.cc | 36 +++++++----- .../filesystem/iterators/directory_iterator.cc | 3 + .../iterators/recursive_directory_iterator.cc | 3 + .../27_io/filesystem/operations/canonical.cc | 1 + .../27_io/filesystem/operations/symlink_status.cc | 1 + .../27_io/filesystem/path/construct/80762.cc | 29 ++++++++++ .../27_io/filesystem/path/generation/normal.cc | 4 +- .../27_io/filesystem/path/generation/normal2.cc | 53 ++++++++++++++++++ .../27_io/filesystem/path/itr/components.cc | 51 +++++++++++++++++ .../27_io/filesystem/path/itr/traversal.cc | 2 +- .../filesystem/iterators/directory_iterator.cc | 3 + .../iterators/recursive_directory_iterator.cc | 3 + .../filesystem/path/construct/80762.cc | 28 ++++++++++ libstdc++-v3/testsuite/util/testsuite_fs.h | 26 +++++++-- 26 files changed, 390 insertions(+), 43 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/80762.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/generation/normal2.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/itr/components.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/80762.cc