This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e6ccae0ac0d [modula2] Add missing stdbool to testcode new 1cc8814098b c++: &enum::enumerator [PR101869] new b323f52ccf9 c++: generic lambda, local class, __func__ [PR108242] new 78b3bf0e650 c++: __func__ and local class DMI [PR105809]
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/cp-tree.h | 1 + gcc/cp/init.cc | 27 +++++++++++++++-------- gcc/cp/pt.cc | 11 ++++++++- gcc/cp/semantics.cc | 3 ++- gcc/testsuite/g++.dg/cpp0x/constexpr-__func__3.C | 15 +++++++++++++ gcc/testsuite/g++.dg/cpp0x/enum43.C | 11 +++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-func2.C | 18 +++++++++++++++ 7 files changed, 75 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-__func__3.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum43.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-func2.C