This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c2d38635ed2 gcc/ * builtins.c (fold_builtin_FUNCTION): Use lang_hook [...] new c640fbe761a 2017-06-29 Richard Biener rguenther@suse.de new 67d5f2c748f Whitespace cleanups. * call.c (name_as_c_string): Move CO [...] new 7cbc1a01039 * parser.c (cp_parser_direct_declarator): Reorder if to av [...]
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 | 7 +++++ gcc/cp/ChangeLog | 19 +++++++++++++ gcc/cp/call.c | 17 ++++++------ gcc/cp/class.c | 3 +-- gcc/cp/constraint.cc | 2 +- gcc/cp/cp-tree.h | 7 +++-- gcc/cp/decl.c | 15 +++++------ gcc/cp/decl2.c | 5 ++-- gcc/cp/method.c | 5 ++-- gcc/cp/parser.c | 45 +++++++++++++------------------ gcc/cp/search.c | 3 +++ gcc/testsuite/ChangeLog | 4 +++ gcc/testsuite/gcc.dg/vect/slp-reduc-8.c | 48 +++++++++++++++++++++++++++++++++ gcc/tree-vect-loop.c | 6 +++-- gcc/tree-vect-slp.c | 21 +++++---------- 15 files changed, 136 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/slp-reduc-8.c