This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a598c011c3 [ARC] Update default optimizations for size. new da20e9b03b7 PR c++/85515 * cp-tree.h (enum cp_tree_index): Add CPTI_ [...] new 3a491e8287a * cp-tree.h (enum cp_tree_index): Add CPTI_{ABI_TAG,ALIGN [...]
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 | 46 ++++++++++++++++++++++++++++++++ gcc/cp/class.c | 6 ++--- gcc/cp/cp-tree.h | 36 +++++++++++++++++++++++++ gcc/cp/decl.c | 31 ++++++++++++++++----- gcc/cp/lambda.c | 3 +-- gcc/cp/parser.c | 28 +++++++++---------- gcc/cp/semantics.c | 28 +++++++++++++++++++ gcc/testsuite/ChangeLog | 6 +++++ gcc/testsuite/g++.dg/cpp0x/range-for36.C | 32 ++++++++++++++++++++++ gcc/testsuite/g++.dg/pr85515-2.C | 3 +-- 10 files changed, 189 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for36.C