http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60960
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon May 5 08:16:43 2014 New Revision: 210064 URL: http://gcc.gnu.org/viewcvs?rev=210064&root=gcc&view=rev Log: Backported from mainline 2014-04-25 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/60960 * tree-vect-generic.c (expand_vector_operation): Only call expand_vector_divmod if type's mode satisfies VECTOR_MODE_P. * gcc.c-torture/execute/pr60960.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr60960.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/testsuite/ChangeLog branches/gcc-4_8-branch/gcc/tree-vect-generic.c