https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63915
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Nov 28 13:35:28 2014 New Revision: 218152 URL: https://gcc.gnu.org/viewcvs?rev=218152&root=gcc&view=rev Log: Backported from mainline 2014-11-19 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/63915 * tree-vect-stmts.c (vectorizable_simd_clone_call): Pass true instead of false as last argument to gsi_replace. * c-c++-common/gomp/pr60823-4.c: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/c-c++-common/gomp/pr60823-4.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/testsuite/ChangeLog branches/gcc-4_9-branch/gcc/tree-vect-stmts.c