This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 419201f566b libstdc++: Use function object for __decay_copy helper new 2e63d08cb9b c++: fn parm pack expansion inside constraint [PR100138] new 9107b139f44 c++: alias CTAD in unevaluated context [PR101233]
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/pt.c | 10 ++++++++- .../g++.dg/cpp2a/class-deduction-alias10.C | 10 +++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-ctad4.C | 25 ++++++++++++++++++++++ 4 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ctad4.C