This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b86a5e47ed4 Remove DImode expansions for 1-bit shifts new e2665e8b489 [C++ PATCH] operator name cleanup prepatch new 6302f203a19 /cp 2017-10-30 Paolo Carlini paolo.carlini@oracle.com
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 | 21 + gcc/cp/call.c | 7 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.c | 573 ++++++++++++------------ gcc/cp/lex.c | 5 +- gcc/cp/parser.c | 117 ++--- gcc/cp/pt.c | 3 +- gcc/cp/typeck.c | 7 +- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/g++.dg/cpp1y/var-templ56.C | 11 + gcc/testsuite/g++.dg/other/operator2.C | 2 +- gcc/testsuite/g++.old-deja/g++.jason/operator.C | 2 +- 12 files changed, 405 insertions(+), 355 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ56.C