This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ac001ddd0cb c++: variadic lambda template and empty pack [PR97246] new 95d94b52ea8 tree-optimization/38474 - fix store-merging compile-time re [...] new cf059e1c099 c++: Fix endless errors on invalid requirement seq [PR97742]
The 2 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/parser.c | 4 +- gcc/doc/invoke.texi | 8 +++ gcc/gimple-ssa-store-merging.c | 88 ++++++++++++++++++------ gcc/params.opt | 8 +++ gcc/testsuite/g++.dg/cpp2a/concepts-requires24.C | 4 ++ 5 files changed, 90 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires24.C