This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e02a00b508f Remove pre-Solaris 11/SPARC unwinding support new 88c39923470 Fix C++14-only code in testsuite utility new 28d9dbe9902 PR libstdc++/90634 reduce allocations in filesystem::path c [...]
The 2 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 | 15 +++++ libstdc++-v3/include/experimental/bits/fs_path.h | 5 +- libstdc++-v3/src/filesystem/path.cc | 51 +++++++++++++- .../27_io/filesystem/path/construct/90634.cc | 78 ++++++++++++++++++++++ .../filesystem/path/construct/90634.cc | 75 +++++++++++++++++++++ libstdc++-v3/testsuite/util/testsuite_fs.h | 4 +- 6 files changed, 222 insertions(+), 6 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/90634.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/90634.cc