This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme in repository gcc.
from 999741fad9c [PR c++/80290] incremental deconstify new c4547478224 [PR c++/80290] incremental further adjustments new 848f2fd7ffe [PR c++/85437] accept static_casted ptrmem in constexpr
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/cp-tree.h | 5 ++- gcc/cp/expr.c | 25 +++++++++++++++ gcc/cp/mangle.c | 2 +- gcc/cp/pt.c | 56 ++++++++++++++++++++++------------ gcc/cp/typeck.c | 5 ++- gcc/testsuite/g++.dg/cpp0x/pr85437-2.C | 7 +++++ gcc/testsuite/g++.dg/cpp0x/pr85437-3.C | 7 +++++ gcc/testsuite/g++.dg/cpp0x/pr85437.C | 16 ++++++++++ 8 files changed, 101 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85437-2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85437-3.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85437.C