This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e2bb75 [gcc] new 96ffae6 PR c++/79519 - ICE with deleted template friend. new a1f4b30 PR c++/80096 - ICE with C++17 non-type auto. new 2446dba 2017-03-20 Aaron Sawdey acsawdey@linux.vnet.ibm.com
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/ChangeLog | 6 ++++++ gcc/config/rs6000/rs6000.md | 2 +- gcc/cp/ChangeLog | 8 ++++++++ gcc/cp/decl.c | 4 ++-- gcc/cp/pt.c | 5 +++++ gcc/testsuite/g++.dg/cpp0x/deleted13.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp1z/nontype-auto10.C | 9 +++++++++ 7 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/deleted13.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto10.C