This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from decde11183b [nvptx] Choose -mptx default based on -misa new 5750952bec1 libstdc++: Fix filesystem::remove_all for Windows [PR104161] new 61b783995fa libstdc++: Adjust Filesystem TS test for Windows new 34ba3d9a2bf c++: constrained auto in lambda using outer tparms [PR103706] new db5f1c17031 c++: lambda in pack expansion using pack in constraint [PR103706]
The 4 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/constraint.cc | 7 +- gcc/cp/cp-tree.h | 1 + gcc/cp/pt.cc | 79 +++++++++++++++++++--- gcc/testsuite/g++.dg/cpp2a/concepts-lambda18.C | 14 ++++ gcc/testsuite/g++.dg/cpp2a/concepts-lambda19.C | 11 +++ libstdc++-v3/src/c++17/fs_dir.cc | 14 +++- libstdc++-v3/src/c++17/fs_ops.cc | 38 ++++++++--- libstdc++-v3/src/filesystem/ops-common.h | 1 + .../filesystem/operations/create_directories.cc | 15 ++++ 9 files changed, 157 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda18.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda19.C