From: GCC Administrator Date: Wed, 4 Oct 2023 00:19:57 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-12.4.0~655 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e54c2c536dc89f96f80e6e0a3c66b1e7c1590e3;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index e2ca22735973..32b8a8b69120 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20231003 +20231004 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cf562f92c442..4d935b41d00e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,52 @@ +2023-10-03 Jonathan Wakely + + * include/bits/fs_dir.h (directory_iterator::operator==): + Define without using a non-exported shared_ptr symbol. + (recursive_directory_iterator::operator==): Likewise. + +2023-10-03 Jonathan Wakely + + Backported from master: + 2023-09-01 Jonathan Wakely + + * testsuite/27_io/filesystem/path/108636.cc: Add dg-require for + filesystem support. + +2023-10-03 Jonathan Wakely + + Backported from master: + 2023-06-06 Jonathan Wakely + + PR libstdc++/108178 + * src/filesystem/ops-common.h (do_copy_file): Check for empty + files by trying to read a character. + * testsuite/27_io/filesystem/operations/copy_file_108178.cc: + New test. + +2023-10-03 Jonathan Wakely + + Backported from master: + 2023-06-06 Jonathan Wakely + + * src/filesystem/ops-common.h (do_copy_file) [O_CLOEXEC]: Set + close-on-exec flag on file descriptors. + +2023-10-03 Jonathan Wakely + + Backported from master: + 2023-03-20 Jonathan Wakely + + * src/filesystem/ops-common.h (get_temp_directory_from_env): Fix + formatting. + +2023-10-03 Jonathan Wakely + + Backported from master: + 2023-02-02 Jonathan Wakely + + * src/filesystem/ops-common.h [AVR] (__unsupported): Always use + errc::function_not_supported instead of errc::not_supported. + 2023-10-02 Tim Song Backported from master: