This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e6e4aafad9a PR libstdc++/81751 don't call fflush(NULL) new b9e17a4abb8 PR c++/81359 - Unparsed NSDMI error from SFINAE context.
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 | 17 +++++++++ gcc/cp/call.c | 2 +- gcc/cp/class.c | 7 ++-- gcc/cp/cp-tree.h | 9 +++-- gcc/cp/decl2.c | 5 ++- gcc/cp/error.c | 2 + gcc/cp/init.c | 54 ++++++++++++++------------- gcc/cp/method.c | 20 +++++++--- gcc/cp/parser.c | 13 ++++++- gcc/cp/pt.c | 18 ++++++--- gcc/cp/typeck2.c | 11 +++--- gcc/testsuite/g++.dg/cpp0x/nsdmi-defer6.C | 2 +- gcc/testsuite/g++.dg/cpp0x/nsdmi-template14.C | 4 +- gcc/testsuite/g++.dg/cpp0x/nsdmi10.C | 4 +- gcc/testsuite/g++.dg/cpp0x/sfinae59.C | 19 ++++++++++ 15 files changed, 129 insertions(+), 58 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/sfinae59.C