This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d961899 PR fortran/67059 * gfortranspec.c (lang_specific_driver): A [...] new 7b8c3a1 PR c++/67114 * call.c (joust): Only call more_constrained o [...] new e09c834 PR c++/67142 * pt.c (equal): Make sure tmpl is actually a t [...] new a146823 PR c++/67159 * constraint.cc (finish_template_introduction) [...] new 387ea89 PR c++/67152 * pt.c (process_partial_specialization): Call [...]
The 4 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 | 16 ++++++++++++++++ gcc/cp/call.c | 16 ++++++++-------- gcc/cp/constraint.cc | 1 + gcc/cp/pt.c | 4 ++++ gcc/testsuite/g++.dg/concepts/diagnostic1.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/concepts/partial-spec6.C | 24 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/regress1.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/regress2.C | 17 +++++++++++++++++ 8 files changed, 105 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/diagnostic1.C create mode 100644 gcc/testsuite/g++.dg/concepts/partial-spec6.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/regress1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/regress2.C