This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 58905f90434 fix useless unsharing of SLP tree new 4e03e2e08b9 c++: Fix resolving the address of overloaded pmf [PR96647]
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/class.c | 13 +++++++++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl2.c | 3 +-- gcc/testsuite/g++.dg/cpp0x/auto-96647.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp0x/error9.C | 6 ++++++ gcc/testsuite/g++.dg/cpp2a/concepts-fn6.C | 10 ++++++++++ 6 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/auto-96647.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/error9.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-fn6.C