This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e5e526e2b0e Suppress diagnostics substituting into a requires-expressio [...] new e713495bf6e PR c++/92078 new 1cec0239f1a PR c++/89913
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 | 18 +++++ gcc/cp/pt.c | 86 +++++++++++++----------- gcc/testsuite/ChangeLog | 11 +++ gcc/testsuite/g++.dg/cpp2a/concepts-pr92078.C | 20 ++++++ gcc/testsuite/g++.dg/cpp2a/concepts-requires18.C | 19 +++++- gcc/testsuite/g++.dg/cpp2a/pr89913.C | 6 ++ 6 files changed, 119 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr92078.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/pr89913.C