This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 54fa7daefe3 c++: Ensure some more that immediate functions aren't gimpl [...] new 3e95a974c39 c++: "more constrained" vs staticness of memfn [PR103783] new ab36b554bd9 c++: constexpr base-to-derived conversion with offset 0 [PR103879]
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/call.c | 17 +++++++++--- gcc/cp/constexpr.c | 38 ++++++++++++++++++--------- gcc/testsuite/g++.dg/cpp1y/constexpr-base2.C | 15 +++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-base2a.C | 17 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-memfun2.C | 25 ++++++++++++++++++ 5 files changed, 97 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-base2.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-base2a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memfun2.C