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 4ee9e57684e Fortran: ICE in resolve_allocate_deallocate for invalid STA [...] new be45bc283e1 c++: parameterized requires-expr as default argument [PR101725]
The 1 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/cp-tree.h | 3 ++- gcc/cp/decl.c | 8 ++++++++ gcc/cp/parser.c | 5 ++++- gcc/cp/tree.c | 4 +++- gcc/testsuite/g++.dg/DRs/dr2082.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-uneval4.C | 12 ++++++++++++ 6 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/DRs/dr2082.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-uneval4.C