This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 16cba371293 [gcc] 2017-11-15 Michael Meissner meissner@linux.vnet.ibm.com new 44677b5466c PR c++/79092 - non-type args of different types are different new eacf02d4f0c * rs6000/power9.md (power9fpdiv): New automaton and cpu_un [...]
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/ChangeLog | 18 +++++++ gcc/config/rs6000/power9.md | 65 +++++++++++++++--------- gcc/cp/ChangeLog | 17 +++++++ gcc/cp/cp-tree.h | 6 +++ gcc/cp/mangle.c | 5 +- gcc/cp/pt.c | 76 +++++++++++++++++++++++------ gcc/cp/tree.c | 4 ++ gcc/testsuite/g++.dg/cpp1z/nontype-auto12.C | 6 +++ 8 files changed, 158 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto12.C