This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 05314ff3c1a Daily bump. new aa99a8a29e4 Backported from mainline 2017-12-15 Jakub Jelinek <jaku [...] new 22609e16322 Backported from mainline 2017-12-15 Jakub Jelinek <jaku [...]
The 2 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 | 22 ++++++++++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 47 +++++++++++++++++++++++++---- gcc/cp/mangle.c | 57 ++++++++++++++++++++++++++++++++++- gcc/cp/parser.c | 4 +++ gcc/cp/pt.c | 16 ++++++---- gcc/testsuite/ChangeLog | 15 +++++++++ gcc/testsuite/g++.dg/cpp1z/decomp10.C | 3 +- gcc/testsuite/g++.dg/cpp1z/decomp3.C | 25 +++++++++------ gcc/testsuite/g++.dg/cpp1z/decomp32.C | 32 ++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp34.C | 11 +++++++ 11 files changed, 209 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp32.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp34.C