This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4cb390b29cd Changed email ID to existing one. new 8092d42a27b PR libstdc++/83306 make filesystem_error no-throw copyable
The 1 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: libstdc++-v3/ChangeLog | 9 ++ libstdc++-v3/include/bits/fs_path.h | 33 +++--- libstdc++-v3/src/filesystem/std-path.cc | 108 +++++++++++++------- .../27_io/filesystem/filesystem_error/cons.cc | 93 +++++++++++++++++ .../27_io/filesystem/filesystem_error/copy.cc | 111 +++++++++++++++++++++ 5 files changed, 302 insertions(+), 52 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/cons.cc create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/filesystem_error/copy.cc