This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8bb92a598c5 Daily bump. new 8d0cec732f4 Use satisfaction with nested requirements. new e9058aa7765 PR c++/92150 - partial specialization with class NTTP.
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/ChangeLog | 27 ++++++ gcc/cp/constraint.cc | 100 +++++++++++++---------- gcc/cp/parser.c | 11 --- gcc/cp/pt.c | 47 ++++++++++- gcc/testsuite/g++.dg/cpp2a/concepts-requires18.C | 77 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-requires19.C | 58 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class24.C | 19 +++++ gcc/testsuite/lib/prune.exp | 1 + 8 files changed, 281 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires18.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires19.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class24.C