This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd77b36cdc7 * class.c (type_has_user_declared_move_constructor, type_ [...] new 05b11131ba3 * class.c (maybe_warn_about_overly_private_class): Ignore [...] new d216668406c * parser.c (cp_parser_decl_specifier_seq): Add fix- [...]
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 | 8 ++++++++ gcc/cp/class.c | 24 ++++++++++++++-------- gcc/cp/parser.c | 15 +++++++++----- gcc/testsuite/ChangeLog | 9 ++++++++ gcc/testsuite/g++.dg/cpp0x/auto1.C | 9 ++++++-- .../diagnostic/{nested-name-1.C => friend1.C} | 13 ++++-------- gcc/testsuite/g++.dg/warn/ctor-dtor-privacy-3.C | 20 ++++++++++++++++++ 7 files changed, 73 insertions(+), 25 deletions(-) copy gcc/testsuite/g++.dg/diagnostic/{nested-name-1.C => friend1.C} (54%) create mode 100644 gcc/testsuite/g++.dg/warn/ctor-dtor-privacy-3.C