This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 20db5cab7a5 MAINTAINERS: Add myself to write after approval new 9e33d718344 libstdc++: Do not call log10(0.0) in std::format [PR110860] new ca267665473 c++: recognize in-class var tmpl partial spec [PR71954] new 63bd36be990 c++: dependently scoped template-id in type-req [PR110927]
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/decl.cc | 11 +++++++++- gcc/cp/parser.cc | 4 ++-- gcc/cp/pt.cc | 2 +- gcc/testsuite/g++.dg/cpp1y/var-templ84.C | 12 +++++++++++ gcc/testsuite/g++.dg/cpp1y/var-templ84a.C | 19 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-requires35.C | 27 ++++++++++++++++++++++++ libstdc++-v3/include/std/format | 2 +- 7 files changed, 72 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ84.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ84a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires35.C