This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 613c932f5e5 libstdc++: Implement ranges [specialized.algorithms] new abc79c6498a c++: Fix static local vars in extern "C". new 9a0c4f5b373 c++: Fix useless using-declaration.
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/name-lookup.c | 6 ++++-- gcc/cp/tree.c | 9 ++++----- gcc/testsuite/g++.dg/lookup/extern-c-static1.C | 27 ++++++++++++++++++++++++++ gcc/testsuite/g++.dg/lookup/using62.C | 3 +++ 5 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/extern-c-static1.C create mode 100644 gcc/testsuite/g++.dg/lookup/using62.C