re PR tree-optimization/45733 (ICE: verify_stmts failed: invalid conversion in gimple...
authorRichard Guenther <rguenther@suse.de>
Thu, 4 Nov 2010 12:42:57 +0000 (12:42 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 4 Nov 2010 12:42:57 +0000 (12:42 +0000)
commit2a2651b797f11a4dbe0fb9d9e75a7ca672f934de
treeccda1c1f02abf3b791d60aa9ead2d5e0fd2251a3
parentbf9412cda74bd81b71a2d459fae173a4ed974c07
re PR tree-optimization/45733 (ICE: verify_stmts failed: invalid conversion in gimple call with -fstrict-overflow -ftree-vectorize)

2010-11-04  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/45733
* tree-vect-stmts.c (reverse_vec_elements): Honor the
permute builtins function return type.

* gcc.dg/pr45733.c: New testcase.

From-SVN: r166308
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr45733.c [new file with mode: 0644]
gcc/tree-vect-stmts.c