This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a8a9753 [PATCH] avail_expr_stack is no longer file scoped new d027442 /cp 2015-09-18 Ville Voutilainen ville.voutilainen@gmail.com
The 1 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 | 6 ++++ gcc/cp/parser.c | 39 ++++++++++++++++++++-- gcc/testsuite/ChangeLog | 9 +++++ gcc/testsuite/g++.dg/cpp1z/nested-namespace-def1.C | 19 +++++++++++ gcc/testsuite/g++.dg/cpp1z/nested-namespace-def2.C | 5 +++ gcc/testsuite/g++.dg/cpp1z/nested-namespace-def3.C | 5 +++ gcc/testsuite/g++.dg/lookup/name-clash5.C | 4 +-- gcc/testsuite/g++.dg/lookup/name-clash6.C | 4 +-- 8 files changed, 84 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/nested-namespace-def1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nested-namespace-def2.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nested-namespace-def3.C