https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88149
--- Comment #17 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Wed Sep 4 10:51:02 2019 New Revision: 275370 URL: https://gcc.gnu.org/viewcvs?rev=275370&root=gcc&view=rev Log: 2019-09-04 Richard Biener <rguent...@suse.de> Backport from mainline 2018-11-23 Richard Biener <rguent...@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. Added: branches/gcc-7-branch/gcc/testsuite/g++.dg/torture/pr88149.C Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/testsuite/ChangeLog branches/gcc-7-branch/gcc/tree-vect-slp.c