This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a0d007d67c8 nvptx: Support floating point reciprocal instructions new bea7a39103a Daily bump. new dc3d1e18144 c++: constraints and explicit instantiation [PR96164] new f31dd9beb95 c++: abbreviated function template friend matching [PR96106] new 71141b1bd53 c++: alias_ctad_tweaks and constrained dguide [PR95486] new 2c58f5cadfa c++: overload sets and placeholder return type [PR64194] new da346efd27e Re-format zen memcpy/memset costs. new dc65aba7a47 Tune memcpy and memset for Zen cores.
The 7 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: contrib/ChangeLog | 4 ++ gcc/ChangeLog | 70 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/x86-tune-costs.h | 42 ++++++++---- gcc/cp/ChangeLog | 23 +++++++ gcc/cp/constraint.cc | 6 ++ gcc/cp/pt.c | 40 ++++++++---- gcc/fortran/ChangeLog | 49 ++++++++++++++ gcc/po/ChangeLog | 4 ++ gcc/testsuite/ChangeLog | 68 +++++++++++++++++++ gcc/testsuite/g++.dg/concepts/abbrev7.C | 14 ++++ gcc/testsuite/g++.dg/cpp1y/auto-fn60.C | 11 ++++ .../g++.dg/cpp2a/class-deduction-alias3.C | 11 ++++ .../g++.dg/cpp2a/concepts-explicit-inst5.C | 14 ++++ libcpp/ChangeLog | 5 ++ libstdc++-v3/ChangeLog | 76 ++++++++++++++++++++++ 16 files changed, 412 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/abbrev7.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn60.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst5.C