This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 592285e Improve diagnostic for forgotten (). new eee8011 Fix type-dependence and the current instantiation.
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 | 22 +++++ gcc/cp/call.c | 3 + gcc/cp/cp-tree.h | 3 +- gcc/cp/name-lookup.c | 13 +-- gcc/cp/parser.c | 35 +++---- gcc/cp/pt.c | 103 ++++++++++++++------- gcc/cp/search.c | 26 ++++++ gcc/cp/semantics.c | 24 +---- gcc/cp/tree.c | 17 ---- gcc/cp/typeck.c | 23 ++++- gcc/cp/typeck2.c | 5 +- .../g++.dg/lookup/{member3.C => member4.C} | 4 +- gcc/testsuite/g++.dg/lookup/member5.C | 32 +++++++ gcc/testsuite/g++.dg/template/using14.C | 2 +- 14 files changed, 192 insertions(+), 120 deletions(-) copy gcc/testsuite/g++.dg/lookup/{member3.C => member4.C} (77%) create mode 100644 gcc/testsuite/g++.dg/lookup/member5.C