This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 89f8c470944 expand: Move the [0,1] detection for a*b to use the ranger new 8212abbeffa c++/modules: Use containing type as key for all member lamb [...] new 6a2e0ea5acf c++/modules: Propagate type of array with deduced size to i [...]
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/decl.cc | 8 +++ gcc/cp/module.cc | 77 ++++++++++++++-------- gcc/testsuite/g++.dg/modules/lambda-12.h | 27 ++++++++ .../g++.dg/modules/{auto-3_a.H => lambda-12_a.H} | 3 +- gcc/testsuite/g++.dg/modules/lambda-12_b.C | 5 ++ gcc/testsuite/g++.dg/modules/merge-20.h | 5 ++ .../g++.dg/modules/{auto-3_a.H => merge-20_a.H} | 3 +- gcc/testsuite/g++.dg/modules/merge-20_b.C | 5 ++ 8 files changed, 104 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/lambda-12.h copy gcc/testsuite/g++.dg/modules/{auto-3_a.H => lambda-12_a.H} (64%) create mode 100644 gcc/testsuite/g++.dg/modules/lambda-12_b.C create mode 100644 gcc/testsuite/g++.dg/modules/merge-20.h copy gcc/testsuite/g++.dg/modules/{auto-3_a.H => merge-20_a.H} (64%) create mode 100644 gcc/testsuite/g++.dg/modules/merge-20_b.C