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 1a5c50c3ad2 Fortran: prevent NULL pointer dereference in check of passe [...] new 76c730cbf05 c++: CTAD within template argument [PR102933] new a94867f67e0 c++: bogus error w/ tentative type parse of concept-id [PR98394] new 5a2c4c1e171 c++: template-id ADL and partial instantiation [PR99911] new 648d5aa56ab c++: implicit dummy object in requires clause [PR103198] new d33f68865f6 c++: redundant explicit 'this' capture before C++20 [PR100493]
The 5 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/parser.c | 21 ++++++++------ gcc/cp/pt.c | 33 ++++++++++++++-------- gcc/testsuite/g++.dg/cpp1z/lambda-this1.C | 8 +++--- gcc/testsuite/g++.dg/cpp1z/lambda-this8.C | 9 ++++++ gcc/testsuite/g++.dg/cpp2a/concepts-pr85846.C | 12 ++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-pr98394.C | 14 +++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-this1.C | 30 ++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/fn-template24.C | 16 +++++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-this3.C | 2 +- gcc/testsuite/g++.dg/cpp2a/nontype-class50.C | 13 +++++++++ .../{concepts-pr79759.C => nontype-class50a.C} | 6 ++-- 11 files changed, 135 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-this8.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr85846.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr98394.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-this1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/fn-template24.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class50.C copy gcc/testsuite/g++.dg/cpp2a/{concepts-pr79759.C => nontype-class50a.C} (52%)