re PR tree-optimization/60000 (GCC trunk build failure caused by the vectorizer)
authorCong Hou <congh@google.com>
Mon, 3 Feb 2014 18:15:56 +0000 (13:15 -0500)
committerCong Hou <congh@gcc.gnu.org>
Mon, 3 Feb 2014 18:15:56 +0000 (13:15 -0500)
commitcf5b2be2a4b13c3fb806033840581cd02080375c
treec169424d5d8cdcbdf3aa71e42ddf34256bc75463
parente3aaedd6bf3a5c7e7b88802bcb135fd842b3e655
re PR tree-optimization/60000 (GCC trunk build failure caused by the vectorizer)

2014-02-03  Cong Hou  <congh@google.com>

PR tree-optimization/60000
* tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
if the vectorized statement is a store.  A store statement can only
appear at the end of pattern statements.

2014-02-03  Cong Hou  <congh@google.com>

PR tree-optimization/60000
* g++.dg/vect/pr60000.cc: New test.

From-SVN: r207433
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/vect/pr60000.cc [new file with mode: 0644]
gcc/tree-vect-loop.c