This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 78d9d5f 2014-12-14 Tobias Burnus burnus@net-b.de new f8f3752 PR c++/68309 gcc/ * hash-table.h: Add copy constructor. * [...]
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/ChangeLog | 6 ++++ gcc/cp/ChangeLog | 6 ++++ gcc/cp/pt.c | 9 ++++-- gcc/hash-map.h | 5 ++++ gcc/hash-table.h | 33 ++++++++++++++++++++++ .../g++.dg/cpp0x/lambda/lambda-variadic3.C | 9 ++++++ 6 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic3.C