This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 80fcc4b6afe rs6000: Do not use rs6000_cpu for .machine ppc and ppc64 (P [...] new 28750ac2765 c++: give fold expressions a location new ab71d3fe4b2 c++: ICE with non-constant satisfaction value [PR98644] new 9413bb55185 c++: return-type-req in constraint using only outer tparms [...] new 03c83cf7aa1 c++: ICE with bad conversion shortcutting [PR104622] new d3b0dc686c0 c++: naming a dependently-scoped template for CTAD [PR104641]
The 5 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/call.cc | 13 ++++- gcc/cp/constexpr.cc | 46 +++++++++------ gcc/cp/constraint.cc | 70 +++++++++++++++-------- gcc/cp/cp-tree.h | 9 ++- gcc/cp/decl.cc | 18 ++++-- gcc/cp/pt.cc | 35 +++++++++--- gcc/cp/semantics.cc | 4 +- gcc/testsuite/g++.dg/concepts/diagnostic3.C | 8 +-- gcc/testsuite/g++.dg/cpp1z/class-deduction107.C | 24 ++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-pr98644.C | 7 +++ gcc/testsuite/g++.dg/cpp2a/concepts-return-req4.C | 24 ++++++++ gcc/testsuite/g++.dg/parse/array-size2.C | 2 - gcc/testsuite/g++.dg/template/conv18.C | 14 +++++ 13 files changed, 207 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction107.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr98644.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-return-req4.C create mode 100644 gcc/testsuite/g++.dg/template/conv18.C