This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aa891c56f25 Daily bump. new e7a9f085ffd c++: fn parm pack expansion inside constraint [PR100138] new 6ab11766677 c++: dependent operator expression lookup [PR51577]
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: gcc/cp/constraint.cc | 6 +- gcc/cp/name-lookup.c | 15 ++-- gcc/cp/pt.c | 2 + gcc/cp/typeck.c | 17 +++-- gcc/testsuite/g++.dg/cpp2a/concepts-ctad4.C | 25 +++++++ gcc/testsuite/g++.dg/lookup/operator-3.C | 109 ++++++++++++++++++++++++++++ 6 files changed, 160 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ctad4.C create mode 100644 gcc/testsuite/g++.dg/lookup/operator-3.C