This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 657b97030e1 * ChangeLog: Add missing PR number. * testsuite/ChangeLog [...] new 6c7e7d1c62e 2017-05-15 Steven G. Kargl kargl@gcc.gnu.org new b8604e18d09 gcc/cp/ PR c++/79369 * cp-tree.h (DECL_NAMESPACE_INLINE_ [...]
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 | 10 +++ gcc/cp/cp-tree.h | 5 ++ gcc/cp/name-lookup.c | 157 ++++++++++++++++++---------------- gcc/cp/name-lookup.h | 2 +- gcc/cp/parser.c | 122 +++++++++++--------------- gcc/fortran/ChangeLog | 6 ++ gcc/fortran/expr.c | 7 +- gcc/testsuite/ChangeLog | 11 +++ gcc/testsuite/g++.dg/cpp0x/pr65558.C | 5 +- gcc/testsuite/g++.dg/cpp0x/pr79369.C | 9 ++ gcc/testsuite/gfortran.dg/pr80752.f90 | 20 +++++ 11 files changed, 200 insertions(+), 154 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr79369.C create mode 100644 gcc/testsuite/gfortran.dg/pr80752.f90