This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from 1b6b9f8 /cp 2015-07-10 Paolo Carlini paolo.carlini@oracle.com new 68d514c Fix PR c++/30044
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 | 16 ++++++++++++++ gcc/cp/error.c | 8 +++++++ gcc/cp/pt.c | 32 +++++++++------------------ gcc/testsuite/ChangeLog | 15 +++++++++++++ gcc/testsuite/g++.dg/cpp0x/auto46.C | 5 +++++ gcc/testsuite/g++.dg/cpp0x/variadic18.C | 2 +- gcc/testsuite/g++.dg/cpp0x/variadic19.C | 2 +- gcc/testsuite/g++.dg/template/canon-type-13.C | 2 +- gcc/testsuite/g++.dg/template/crash83.C | 2 +- gcc/testsuite/g++.dg/template/error55.C | 8 +++++++ gcc/testsuite/g++.dg/template/pr30044.C | 14 ++++++++++++ gcc/testsuite/g++.dg/template/shadow2.C | 3 +++ gcc/testsuite/g++.dg/torture/20070621-1.C | 2 +- gcc/testsuite/g++.old-deja/g++.pt/ttp42.C | 2 +- 14 files changed, 86 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/auto46.C create mode 100644 gcc/testsuite/g++.dg/template/error55.C create mode 100644 gcc/testsuite/g++.dg/template/pr30044.C create mode 100644 gcc/testsuite/g++.dg/template/shadow2.C