This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch concepts-cxx2a in repository gcc.
from f97333157f5 * constraint.cc (known_non_bool_p): Use same_type_p. new 7ddc9614368 Fix copy_node of TEMPLATE_INFO. new dc136263a07 PR c++/90538 - multiple expansions of capture packs
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/ChangeLog | 21 +++++++ gcc/cp/cp-objcp-common.c | 1 - gcc/cp/cp-tree.h | 19 +++--- gcc/cp/lambda.c | 30 +++++---- gcc/cp/pt.c | 73 ++++++++++++---------- .../g++.dg/cpp0x/lambda/lambda-variadic9.C | 16 +++++ gcc/testsuite/g++.dg/cpp0x/range-for19.C | 2 +- gcc/testsuite/g++.dg/cpp1y/lambda-init16.C | 2 +- 8 files changed, 107 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic9.C