re PR tree-optimization/88149 (ICE in vect_transform_stmt since r265959)
authorRichard Biener <rguenther@suse.de>
Fri, 23 Nov 2018 12:53:39 +0000 (12:53 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 23 Nov 2018 12:53:39 +0000 (12:53 +0000)
commitf7b94dec4876c161d7e97ad0ce19695aa487b04a
treeb0dcf998453b7e2fae018cf158d70450d7387d83
parentff03f2d18df99b3ca637b81c35e516bbf5454687
re PR tree-optimization/88149 (ICE in vect_transform_stmt since r265959)

2018-11-23  Richard Biener  <rguenther@suse.de>

PR tree-optimization/88149
* tree-vect-slp.c (vect_slp_analyze_node_operations): Detect
the case where there are two different def types for the
same operand at different operand position in the same stmt.

* g++.dg/torture/pr88149.C: New testcase.

From-SVN: r266406
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr88149.C [new file with mode: 0644]
gcc/tree-vect-slp.c