This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a7083b83e45 Fortran - fix whitespace issue during parsing of assigned goto new a8de832470f c++: fold function template args sooner [PR101460] new 729f6881cfc c++: preserve location through constexpr new 8960a29b18b c++: limit instantiation with ill-formed class [PR96286]
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/constexpr.c | 17 +++++ gcc/cp/cp-tree.h | 8 ++- gcc/cp/pt.c | 74 +++++++++++++++++++++- gcc/testsuite/g++.dg/template/access2.C | 6 +- gcc/testsuite/g++.dg/template/explicit-args6.C | 34 ++++++++++ .../30_threads/promise/requirements/lwg3466.cc | 4 -- 6 files changed, 136 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/explicit-args6.C