This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b9a58fc5588 * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h * [...] new 3a5912844d5 * name-lookup.h (parse_using_directive): Replace with ... [...]
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 | 15 ++ gcc/cp/name-lookup.c | 238 +++++++++++++---------------- gcc/cp/name-lookup.h | 3 +- gcc/cp/parser.c | 7 +- gcc/cp/pt.c | 3 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/g++.dg/lookup/strong-using.C | 10 ++ 7 files changed, 149 insertions(+), 131 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/strong-using.C