This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f35d65517a5 libgo: don't include <linux/fs.h> when building gen-sysinfo.go new f07778f6f92 c++: dependence of constrained memfn from current inst [PR105842] new f70c1852422 c++: non-dependent call to consteval operator [PR105912]
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/constraint.cc | 22 ++++++++--- gcc/cp/cp-tree.h | 1 + gcc/cp/pt.cc | 51 ++++++++++++++++++++------ gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl6.C | 34 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval31.C | 26 +++++++++++++ 5 files changed, 116 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval31.C