This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b3aa3288a95 Avoid valid Coverity warning for comparing array to zero. new 22e6b327006 [OMP] Standardize on 'omp_privatize_by_reference' new 92dc5d844a2 Fix 'OMP_CLAUSE_TILE' operands handling in 'gcc/tree.c:walk [...] new f1e73199569 c++: check arity before deduction w/ explicit targs [PR12672]
The 3 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/call.c | 67 +++++++++-- gcc/gimplify.c | 17 +-- gcc/omp-expand.c | 9 +- gcc/omp-general.c | 5 +- gcc/omp-general.h | 2 +- gcc/omp-low.c | 154 +++++++++++++------------ gcc/testsuite/g++.dg/cpp0x/decltype29.C | 4 +- gcc/testsuite/g++.dg/template/error56.C | 4 +- gcc/testsuite/g++.dg/template/explicit-args7.C | 33 ++++++ gcc/testsuite/g++.old-deja/g++.pt/unify6.C | 4 +- gcc/tree.c | 2 +- 11 files changed, 195 insertions(+), 106 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/explicit-args7.C