This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 5b7240fc0ba Daily bump. new afe708223f0 c++: decl_constant_value and unsharing [PR96197] new ee697d4bbb7 c++: ICE with constexpr call that returns a PMF [PR98551]
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/constexpr.c | 6 ++--- gcc/cp/cp-tree.h | 3 ++- gcc/cp/init.c | 34 ++++++++++++++++++--------- gcc/testsuite/g++.dg/cpp0x/constexpr-pmf2.C | 9 +++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-array8.C | 18 ++++++++++++++ 5 files changed, 55 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-pmf2.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-array8.C