This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7fb6526652d Relax gcc.dg/vect/pr65947-8.c new 6a1e1091589 c++: Return the underlying decl rather than the USING_DECL [...] new 247643c7e21 c++: Allow references to internal-linkage vars in C++11 [PR113266] new 67b750c20e1 i386: Fix up *minmax<mode>3_2 splitter [PR116925]
The 3 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/config/i386/sse.md | 2 +- gcc/cp/name-lookup.cc | 4 ++-- gcc/cp/parser.cc | 17 ++++++++++++----- gcc/testsuite/g++.dg/cpp0x/nontype6.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/lookup/using70.C | 13 +++++++++++++ gcc/testsuite/g++.target/i386/avx-pr116925.C | 12 ++++++++++++ 6 files changed, 59 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nontype6.C create mode 100644 gcc/testsuite/g++.dg/lookup/using70.C create mode 100644 gcc/testsuite/g++.target/i386/avx-pr116925.C