This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 50a2f53562b Daily bump. new 43439d5e842 c++: Parameter pack in requires parameter list [PR94808] new 1d2290caad0 c++: Satisfaction caching of inherited ctor [PR94819]
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 | 11 +++++++++++ gcc/cp/constraint.cc | 4 ++-- gcc/cp/error.c | 16 ++++------------ gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/g++.dg/concepts/diagnostic12.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/concepts/diagnostic5.C | 4 ++-- .../g++.dg/cpp2a/concepts-inherit-ctor10.C | 18 ++++++++++++++++++ .../g++.dg/cpp2a/concepts-inherit-ctor11.C | 21 +++++++++++++++++++++ 8 files changed, 84 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/diagnostic12.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor11.C