This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d975519ad10 Removed double ChangeLog entries from previous commit. new 098cf31aa26 c++: Missing SFINAE with lookup_fnfields [PR78446]
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/ChangeLog | 18 ++++++++++++++++++ gcc/cp/call.c | 8 ++++---- gcc/cp/class.c | 2 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/except.c | 3 ++- gcc/cp/init.c | 2 +- gcc/cp/method.c | 2 +- gcc/cp/name-lookup.c | 3 ++- gcc/cp/pt.c | 3 ++- gcc/cp/search.c | 5 +++-- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/template/sfinae31.C | 14 ++++++++++++++ 12 files changed, 54 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/sfinae31.C