re PR tree-optimization/88934 (ICE: verify_gimple failed (Error: mismatching comparis...
authorRichard Biener <rguenther@suse.de>
Mon, 21 Jan 2019 14:49:42 +0000 (14:49 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 21 Jan 2019 14:49:42 +0000 (14:49 +0000)
commitc73e7656f5f64a8ee544270adea13cc39ddae70d
tree917500f89139b8b21732eae139244101adc42d00
parent6c0d746f66cd349be052ca207e2397570f8aa314
re PR tree-optimization/88934 (ICE: verify_gimple failed (Error: mismatching comparison operand types))

2019-01-21  Richard Biener  <rguenther@suse.de>

PR tree-optimization/88934
* tree-vect-slp.c (vect_mask_constant_operand_p): Always look
at the possibly non-constant operand.
(vect_get_constant_vectors): Adjust.

* gfortran.dg/pr88934.f90: New testcase.

From-SVN: r268115
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr88934.f90 [new file with mode: 0644]
gcc/tree-vect-slp.c