This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df724ec773d Daily bump. new c655ff35eda aarch64: testsuite: symbol-range fallback to compile new a5bba80e32f libstdc++: testsuite: use -lbsd for net_ts on RTEMS new 0b2c1781db8 libstdc++: testsuite: tolerate non-cancelling sleep new 2b86788d7c9 libstdc++: testsuite: avoid predictable mkstemp new fc2fb4fd547 Introduce -nostdlib++ option new 9f7f25bb35c libstdc++: testsuite: conditionalize symlink tests new b931c6874e8 libstdc++: testsuite: skip fs space tests on dummy implementations new f01cf5eaa06 libstdc++: testsuite: skip fs last_write_time tests if dummy new 5d8a5f04ace libstdc++: xfail rename tests on rtems new 93070671eae libstdc++: check for openat
The 10 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/common.opt | 3 ++ gcc/cp/g++spec.cc | 1 + gcc/doc/invoke.texi | 6 ++- gcc/doc/sourcebuild.texi | 3 ++ gcc/testsuite/g++.dg/abi/pure-virtual1.C | 2 +- gcc/testsuite/gcc.target/aarch64/symbol-range.c | 3 +- gcc/testsuite/lib/target-supports.exp | 9 ++++ libstdc++-v3/acinclude.m4 | 12 +++++ libstdc++-v3/config.h.in | 3 ++ libstdc++-v3/configure | 55 ++++++++++++++++++++++ libstdc++-v3/src/filesystem/dir-common.h | 2 +- libstdc++-v3/src/filesystem/dir.cc | 2 +- .../27_io/filesystem/operations/canonical.cc | 5 +- .../testsuite/27_io/filesystem/operations/copy.cc | 14 +++--- .../filesystem/operations/create_directories.cc | 4 +- .../filesystem/operations/create_directory.cc | 4 +- .../27_io/filesystem/operations/last_write_time.cc | 1 + .../27_io/filesystem/operations/permissions.cc | 4 ++ .../27_io/filesystem/operations/read_symlink.cc | 2 +- .../27_io/filesystem/operations/remove.cc | 4 +- .../27_io/filesystem/operations/remove_all.cc | 4 +- .../27_io/filesystem/operations/rename.cc | 5 +- .../testsuite/27_io/filesystem/operations/space.cc | 1 + .../27_io/filesystem/operations/symlink_status.cc | 5 +- .../filesystem/operations/weakly_canonical.cc | 4 +- .../30_threads/thread/native_handle/cancel.cc | 6 ++- .../iterators/recursive_directory_iterator.cc | 2 +- .../experimental/filesystem/operations/copy.cc | 14 +++--- .../filesystem/operations/create_directories.cc | 4 +- .../filesystem/operations/create_directory.cc | 4 +- .../filesystem/operations/last_write_time.cc | 1 + .../filesystem/operations/permissions.cc | 4 ++ .../filesystem/operations/read_symlink.cc | 2 +- .../experimental/filesystem/operations/remove.cc | 5 +- .../filesystem/operations/remove_all.cc | 4 +- .../experimental/filesystem/operations/rename.cc | 5 +- .../experimental/filesystem/operations/space.cc | 1 + libstdc++-v3/testsuite/lib/dg-options.exp | 33 +++++++++++++ libstdc++-v3/testsuite/lib/libstdc++.exp | 31 +++++++++++- libstdc++-v3/testsuite/util/testsuite_fs.h | 14 ++++++ 40 files changed, 225 insertions(+), 63 deletions(-)