This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 445082ff3cb c++: ICE with constexpr variable template [PR107938] new b7b50918fe5 c++: can't eval PTRMEM_CST in incomplete class [PR107574] new 3a2310d4b22 c++: ICE with -Wmismatched-tags and member template [PR106259]
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/constexpr.cc | 13 ++++++++++- gcc/cp/parser.cc | 30 ++++++++++++++++++++----- gcc/testsuite/g++.dg/cpp0x/ptrmem-cst1.C | 11 +++++++++ gcc/testsuite/g++.dg/warn/Wmismatched-tags-11.C | 23 +++++++++++++++++++ 4 files changed, 70 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/ptrmem-cst1.C create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-tags-11.C