This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c714b4d30d2 libstdc++: [_Hashtable] Do not reuse untrusted cached hash code new 79a50a17409 omp: Replace simd_clone_subparts with TYPE_VECTOR_SUBPARTS new 87d97e26076 parloops: Copy target and optimizations when creating a fun [...] new 53d40858c83 parloops: Allow poly nit and bound new c9ce846763c vect: Fix vect_get_smallest_scalar_type for simd clones new 8b704ed0b8f vect: don't allow fully masked loops with non-masked simd c [...] new d8e4e7def33 vect: Use inbranch simdclones in masked loops
The 6 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/omp-simd-clone.cc | 30 ++- gcc/testsuite/gcc.dg/gomp/pr110485.c | 19 ++ gcc/testsuite/gcc.dg/vect/vect-simd-clone-16f.c | 5 +- gcc/testsuite/gcc.dg/vect/vect-simd-clone-17f.c | 5 +- gcc/testsuite/gcc.dg/vect/vect-simd-clone-18f.c | 5 +- gcc/tree-parloops.cc | 10 +- gcc/tree-vect-data-refs.cc | 45 ++++ gcc/tree-vect-stmts.cc | 266 ++++++++++++++++-------- 8 files changed, 276 insertions(+), 109 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gomp/pr110485.c