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 ba165eda006 gcc-changelog: Remove use of non-strict mode new b786dafe9eb c++: constant expressions are evaluated [PR93314] new 6384e940a6d c++: "perfect" implicitly deleted move [PR100644]
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/call.c | 5 +++++ gcc/cp/cp-tree.h | 5 +++-- gcc/cp/parser.c | 15 +++++++++++---- gcc/cp/semantics.c | 10 ---------- gcc/testsuite/g++.dg/cpp0x/decltype-nonstatic1.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/implicit-delete1.C | 20 ++++++++++++++++++++ 6 files changed, 55 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-nonstatic1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/implicit-delete1.C