This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e4421a770d4 Daily bump. new 31924665c86 c++: equivalence of non-dependent calls [PR107461]
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/cp-tree.h | 1 + gcc/cp/pt.cc | 2 +- gcc/cp/tree.cc | 24 +++++++++++++++++++----- gcc/testsuite/g++.dg/cpp0x/overload5.C | 12 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/overload5a.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp0x/overload6.C | 16 ++++++++++++++++ 6 files changed, 59 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/overload5.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/overload5a.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/overload6.C