This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a8b5d63503b build: TAGS and .cc transition new 6013fc2567c c++: squash cp_build_qualified_type/_real new 3f7daf7ec77 c++: use auto_timevar instead of timevar_push/pop new 4f84f120669 c++: non-dep call with empty TYPE_BINFO [PR105758]
The 3 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.cc | 4 +- gcc/cp/cp-tree.h | 5 +- gcc/cp/decl.cc | 2 +- gcc/cp/parser.cc | 37 +++----- gcc/cp/pt.cc | 113 +++++++++--------------- gcc/cp/tree.cc | 11 +-- gcc/testsuite/g++.dg/template/non-dependent24.C | 19 ++++ 7 files changed, 79 insertions(+), 112 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/non-dependent24.C