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 e6c7e45bfdd Missing piece in earlier change new 542d90bfd80 c++: argument pack with expansion [PR86355] new 5830fffacd0 c++: missing dtor with -fno-elide-constructors [PR100838] new 8b273a8566e c++: concepts TS and explicit specialization [PR101098]
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/call.c | 8 ++++-- gcc/cp/decl.c | 4 ++- gcc/cp/pt.c | 7 +++-- gcc/testsuite/g++.dg/concepts/explicit-spec1.C | 9 +++++++ gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic2.C | 13 +++++++++ gcc/testsuite/g++.dg/init/no-elide2.C | 32 +++++++++++++++++++++++ 6 files changed, 68 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/explicit-spec1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic2.C create mode 100644 gcc/testsuite/g++.dg/init/no-elide2.C