This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8f8c3db73d0 2017-05-10 Thomas Koenig tkoenig@gcc.gnu.org new bca4c703b80 * g++.dg/template/crash126.C: Second error doesn't apply to C++17. new 16f61488145 gcc/ChangeLog: new f0ee2825539 PR c++/79549 - C++17 ICE with non-type auto template param [...]
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 | 15 +++++ gcc/config/rs6000/altivec.h | 1 + gcc/config/rs6000/rs6000-builtin.def | 9 +++ gcc/config/rs6000/rs6000-c.c | 14 +++++ gcc/cp/ChangeLog | 10 +++ gcc/cp/parser.c | 2 - gcc/cp/pt.c | 80 +++++------------------- gcc/doc/extend.texi | 7 +++ gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/g++.dg/template/crash126.C | 2 +- gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c | 13 +++- gcc/testsuite/gcc.target/powerpc/builtins-3.c | 47 ++++++++++++-- 12 files changed, 131 insertions(+), 75 deletions(-)