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-stable-allnoconfig in repository toolchain/ci/gcc.
from 98da50011e1 Backport from 2020-01-08 trunk r279995. adds c36eb3bdf9c libstdc++: Fix error handling in filesystem::remove_all (PR93201) adds 4da4a6d453a Daily bump. adds cb32116be21 Backport r279306 adds c714eb0237f libstdc++: Define memory resource key functions non-inline [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 8 ++++++ gcc/DATESTAMP | 2 +- gcc/ipa-prop.c | 5 ++-- libstdc++-v3/ChangeLog | 23 +++++++++++++++ libstdc++-v3/config/abi/pre/gnu.ver | 6 ++++ libstdc++-v3/include/std/memory_resource | 4 +-- libstdc++-v3/src/c++17/fs_ops.cc | 17 +++++++---- libstdc++-v3/src/c++17/memory_resource.cc | 8 ++++++ libstdc++-v3/src/filesystem/ops.cc | 17 +++++++---- .../monotonic_buffer_resource/93208.cc} | 14 +++++---- .../27_io/filesystem/operations/remove_all.cc | 33 ++++++++++++++++++++++ .../filesystem/operations/remove_all.cc | 33 ++++++++++++++++++++++ 12 files changed, 147 insertions(+), 23 deletions(-) copy libstdc++-v3/testsuite/{23_containers/deque/types/pmr_typedefs.cc => 20_util/ [...]