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 cb36f3d1200 2018-01-17 Richard Biener rguenther@suse.de new e1afa6615f7 PR c++/82760 - memory corruption with aligned new. new 9a41cc05e50 PR c++/82331 - ICE with variadic partial specialization of auto new 28ff7d66ee8 PR c++/81843 - ICE with variadic member template.
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 | 15 +++++++++++++++ gcc/cp/call.c | 2 ++ gcc/cp/pt.c | 5 +++++ gcc/testsuite/g++.dg/cpp0x/variadic171.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp1z/aligned-new8.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/nontype-auto13.C | 18 ++++++++++++++++++ 6 files changed, 71 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic171.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/aligned-new8.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto13.C