This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df11cb7d152 PR rtl-optimization/88416 * valtrack.c (cleanup_auto_inc_ [...] new 6bec006a621 PR libstdc++/71044 optimize std::filesystem::path construction new b15b89d09ec Fix handling of POSIX paths containing a root-name new 1ed9e78d58c PR c++/88216 - ICE with class type in non-type template pa [...]
The 3 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/cp/ChangeLog | 8 + gcc/cp/mangle.c | 10 +- gcc/cp/pt.c | 3 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/cpp2a/nontype-class9.C | 29 + libstdc++-v3/ChangeLog | 70 + libstdc++-v3/include/bits/fs_path.h | 225 ++-- libstdc++-v3/python/libstdcxx/v6/printers.py | 75 +- libstdc++-v3/src/filesystem/std-path.cc | 1355 ++++++++++++++++++-- .../27_io/filesystem/path/append/source.cc | 28 + .../27_io/filesystem/path/concat/strings.cc | 28 + .../filesystem/path/decompose/root_directory.cc | 4 + 12 files changed, 1594 insertions(+), 246 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class9.C