This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 247bbed1b8a Daily bump. new 019d6d4149e c++: add test [PR105265] new ad8161e6d7b c++: NRV and ref-extended temps [PR101442] new d4e00ccef6c c++: template conversion op [PR101698] new 1824da60663 c++: local fn and generic lambda [PR97219]
The 4 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/decl.cc | 2 +- gcc/cp/init.cc | 2 +- gcc/cp/name-lookup.cc | 18 ++++++++++ gcc/cp/pt.cc | 7 ++-- gcc/cp/semantics.cc | 9 ++--- gcc/testsuite/g++.dg/cpp0x/initlist-new6.C | 39 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C | 34 +++++++++++++++++++ .../g++.dg/cpp1y/lambda-generic-local-fn1.C | 17 ++++++++++ gcc/testsuite/g++.dg/template/conv19.C | 34 +++++++++++++++++++ 10 files changed, 155 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-new6.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-local-fn1.C create mode 100644 gcc/testsuite/g++.dg/template/conv19.C