This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 566304a863e Daily bump. new 39a5a04daa0 libstdc++: Fix path::generic_string allocator handling (PR 94242) new 01cbd26b022 libstdc++: Fix experimental::path::generic_string (PR 93245) new 3b05a417774 Fix filesystem::last_write_time failure with 32-bit time_t new b623cf82022 libstdc++: Fix FS-dependent filesystem tests new 3e2d69ee245 aarch64: Fix up __aarch64_cas16_acq_rel fallback
The 5 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/testsuite/gcc.target/aarch64/pr96402.c | 16 ++++ libgcc/config/aarch64/lse.S | 2 +- libstdc++-v3/include/bits/fs_path.h | 11 ++- libstdc++-v3/include/experimental/bits/fs_path.h | 38 ++++++++-- .../27_io/filesystem/operations/last_write_time.cc | 87 +++++++++++++++++----- .../path/{construct/copy.cc => generic/94242.cc} | 26 +++---- .../filesystem/path/generic/generic_string.cc | 35 +++++++++ .../filesystem/operations/last_write_time.cc | 58 ++++++++++----- .../filesystem/path/generic/generic_string.cc | 46 +++++++++--- 9 files changed, 249 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr96402.c copy libstdc++-v3/testsuite/27_io/filesystem/path/{construct/copy.cc => generic/94 [...]