This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from b28c247 [RTEMS] Use spin lock for pool management new ebff138 PR c++/57728 - explicit instantiation and defaulted functions new cd406fe PR c++/77907 - static init and PMF new 0f13eff PR c++/71515 - typename in partial specialization new 0a51b4c PR c++/71274 - deprecated warning without use.
The 4 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 | 17 ++++++++++ gcc/cp/class.c | 3 +- gcc/cp/constexpr.c | 2 +- gcc/cp/decl2.c | 54 +++++++++++++++++++----------- gcc/cp/pt.c | 28 +++++++--------- gcc/testsuite/g++.dg/cpp0x/explicit12.C | 17 ++++++++++ gcc/testsuite/g++.dg/cpp0x/pr77907.C | 23 +++++++++++++ gcc/testsuite/g++.dg/template/typename22.C | 8 +++++ gcc/testsuite/g++.dg/warn/deprecated-11.C | 7 ++++ 9 files changed, 122 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/explicit12.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr77907.C create mode 100644 gcc/testsuite/g++.dg/template/typename22.C create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-11.C