re PR tree-optimization/68305 (ICE on valid code at -O3 on x86_64-linux-gnu: tree...
authorIlya Enkovich <enkovich.gnu@gmail.com>
Thu, 12 Nov 2015 12:59:05 +0000 (12:59 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Thu, 12 Nov 2015 12:59:05 +0000 (12:59 +0000)
commita989bcc3f56ee3b90a9c8d78c94d424d1629f2ec
tree48e0f9ed7a313456cf68d43eef0adfe2dc339df9
parent02215d8f13b9c1d827057f1fddc9355ec3158e84
re PR tree-optimization/68305 (ICE on valid code at -O3 on x86_64-linux-gnu: tree check: expected class ‘expression’, have ‘exceptional’ (ssa_name) in tree_operand_check, at tree.h:3436)

gcc/

PR tree-optimization/68305
* tree-vect-slp.c (vect_get_constant_vectors): Support
COND_EXPR with SSA_NAME as a condition.

gcc/testsuite/

PR tree-optimization/68305
* gcc.dg/vect/pr68305.c: New test.

From-SVN: r230252
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr68305.c [new file with mode: 0644]
gcc/tree-vect-slp.c