This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ef4cd115ef6 c++: Allow lambda expressions in template type parameters [ [...] new 858f3007278 c++: Support template block-scope OpenMP user-defined reduc [...]
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/module.cc | 8 +++++++- gcc/cp/parser.cc | 5 +---- gcc/testsuite/g++.dg/modules/omp-4_a.C | 30 ++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/modules/omp-4_b.C | 11 +++++++++++ 4 files changed, 49 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/omp-4_a.C create mode 100644 gcc/testsuite/g++.dg/modules/omp-4_b.C