This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ac8310dd122 c++: ICE with operator delete [PR104846] new 97f76b5fc4b c++: Don't allow type-constraint auto(x) [PR104752] new 4602a494e94 c++: ->template and implicit typedef [PR104608]
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/parser.cc | 5 ++++- gcc/cp/semantics.cc | 8 +++++++- gcc/cp/typeck2.cc | 8 +++++++- gcc/testsuite/g++.dg/cpp23/auto-fncast12.C | 8 ++++++++ gcc/testsuite/g++.dg/parse/template-keyword3.C | 12 ++++++++++++ gcc/testsuite/g++.dg/parse/template-keyword4.C | 17 +++++++++++++++++ 6 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-fncast12.C create mode 100644 gcc/testsuite/g++.dg/parse/template-keyword3.C create mode 100644 gcc/testsuite/g++.dg/parse/template-keyword4.C