This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 81d590760c3 Add popcount<mode> expander to enable popcount auto vectori [...] new 54f97a226a0 c++: Fix late-parsed default arg context new c03a78d8f8c c++: Push parms when late parsing default args
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/name-lookup.c | 7 ++++- gcc/cp/parser.c | 36 +++++++++++++++++++++----- gcc/testsuite/g++.dg/cpp2a/consteval-defarg1.C | 11 ++++++++ gcc/testsuite/g++.dg/parse/defarg17.C | 11 ++++++++ 4 files changed, 58 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-defarg1.C create mode 100644 gcc/testsuite/g++.dg/parse/defarg17.C