This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from e7c0c81 Daily bump. new 2edeada PR c++/71913 - missing copy elision with new. new 1edff66 PR c++/71630 - extern variable template new 8482829 PR c++/69223 - ICE with deduced template return type.
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/ChangeLog | 14 +++++++++++ gcc/cp/call.c | 7 +++--- gcc/cp/pt.c | 5 +++- gcc/cp/semantics.c | 6 +++-- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-deduce3.C | 15 ++++++++++++ gcc/testsuite/g++.dg/cpp1y/var-templ53.C | 10 ++++++++ gcc/testsuite/g++.dg/init/elide5.C | 27 ++++++++++++++++++++++ 7 files changed, 78 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-deduce3.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ53.C create mode 100644 gcc/testsuite/g++.dg/init/elide5.C