re PR tree-optimization/27151 (ICE with -ftree-vectorize with mixed types)
authorRichard Guenther <rguenther@suse.de>
Sat, 6 May 2006 17:37:53 +0000 (17:37 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sat, 6 May 2006 17:37:53 +0000 (17:37 +0000)
commit75bfa67836449ebe29c760185ccae8ce070a4e9c
treef020a91e9818ef4ec2243fe403201ddbd3dd0eb4
parent2297e173c6f3530f5d6f24d45dd605b540025031
re PR tree-optimization/27151 (ICE with -ftree-vectorize with mixed types)

2006-05-06   Richard Guenther  <rguenther@suse.de>

PR tree-optimization/27151
* tree-vect-transform.c (vectorizable_condition): Punt on
values that have a different type than the condition.

* gcc.dg/vect/pr27151.c: New testcase.

From-SVN: r113580
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr27151.c [new file with mode: 0644]
gcc/tree-vect-transform.c