This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d9a8cab Daily bump. new bf00102 PR c++/67810 * parser.c (cp_parser_fold_expr_p): Remove. ( [...]
The 1 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/ChangeLog | 13 +++ gcc/cp/parser.c | 153 +++++++++++++++++++------------ gcc/cp/pt.c | 12 +++ gcc/testsuite/g++.dg/cpp1y/var-templ45.C | 8 ++ gcc/testsuite/g++.dg/cpp1z/fold2.C | 4 +- gcc/testsuite/g++.dg/cpp1z/fold6.C | 42 +++++++++ 6 files changed, 170 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ45.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold6.C