This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 9eb2f102d38 Fortran: Supply a missing dereference [PR92586] new b9e02590f7d c++: constness of decltype of NTTP object [PR99631] new 59f5786c20a c++: constraint rewriting during ttp coercion [PR111485] new 40d2dec34b5 c++: missing SFINAE in grok_array_decl [PR111493]
The 3 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/decl2.cc | 15 ++++++++++++--- gcc/cp/pt.cc | 5 +++-- gcc/cp/semantics.cc | 8 ++++++++ gcc/testsuite/g++.dg/cpp23/subscript15.C | 25 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-ttp5.C | 24 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-ttp6.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class60.C | 18 ++++++++++++++++++ 7 files changed, 107 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/subscript15.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ttp5.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ttp6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class60.C