https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71257
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue May 24 16:27:12 2016 New Revision: 236650 URL: https://gcc.gnu.org/viewcvs?rev=236650&root=gcc&view=rev Log: PR c++/71257 * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP. Add SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly. * semantics.c (finish_omp_clauses) <case OMP_CLAUSE_LINEAR>: For OMP_CLAUSE_LINEAR_REF don't require type to be integral or pointer. * g++.dg/vect/simd-clone-6.cc: New test. * g++.dg/gomp/declare-simd-6.C: New test. Added: branches/gcc-6-branch/gcc/testsuite/g++.dg/gomp/declare-simd-6.C branches/gcc-6-branch/gcc/testsuite/g++.dg/vect/simd-clone-6.cc Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/cp/ChangeLog branches/gcc-6-branch/gcc/cp/semantics.c branches/gcc-6-branch/gcc/testsuite/ChangeLog branches/gcc-6-branch/gcc/tree-vect-stmts.c